Xenomai API  2.5.6.1
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.
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:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines