Searched defs:root_device (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Ddevice.h81 struct root_device { struct
101 int ( * probe ) ( struct root_device *rootdev );
110 void ( * remove ) ( struct root_device *rootdev );
114 #define ROOT_DEVICES __table ( struct root_device, "root_devices" )

Completed in 40 milliseconds