iPXE
|
A linux driver. More...
#include <linux.h>
Data Fields | |
char * | name |
Name. More... | |
int(* | probe )(struct linux_device *device, struct linux_device_request *request) |
Probe function. More... | |
void(* | remove )(struct linux_device *device) |
Remove function. More... | |
int | can_probe |
Can the driver probe any more devices? More... | |
int(* linux_driver::probe) (struct linux_device *device, struct linux_device_request *request) |
void(* linux_driver::remove) (struct linux_device *device) |
int linux_driver::can_probe |