Xenomai  3.0.5
a4l_driver Struct Reference

Structure containing driver declaration data. More...

Data Fields

struct list_head list
 List stuff.
 
struct module * owner
 Pointer to module containing the code.
 
unsigned int flags
 Type / status driver's flags.
 
char * board_name
 Board name.
 
char * driver_name
 driver name
 
int privdata_size
 Size of the driver's private data.
 
int(* attach )(struct a4l_device *, struct a4l_link_desc *)
 Attach procedure.
 
int(* detach )(struct a4l_device *)
 Detach procedure.
 

Detailed Description

Structure containing driver declaration data.

See also
rt_task_inquire()

The documentation for this struct was generated from the following file: