Linux Kernel
3.7.1
|
#include <superhyway.h>
Data Fields | |
char * | name |
struct superhyway_device_id * | id_table |
struct device_driver | drv |
int(* | probe )(struct superhyway_device *dev, const struct superhyway_device_id *id) |
void(* | remove )(struct superhyway_device *dev) |
Definition at line 50 of file superhyway.h.
struct device_driver drv |
Definition at line 54 of file superhyway.h.
struct superhyway_device_id* id_table |
Definition at line 53 of file superhyway.h.
char* name |
Definition at line 51 of file superhyway.h.
int(* probe)(struct superhyway_device *dev, const struct superhyway_device_id *id) |
Definition at line 56 of file superhyway.h.
void(* remove)(struct superhyway_device *dev) |
Definition at line 57 of file superhyway.h.