1 #pragma once
2 #include <common/glib.h>
3 
4 //寻找并加载所有virtio设备的驱动(目前只有virtio-net,但其他virtio设备后续也可添加)
5 extern void  rs_virtio_probe();
6