|
Linux Kernel
3.7.1
|
#include "headers.h"Go to the source code of this file.
Functions | |
| MODULE_DEVICE_TABLE (usb, InterfaceUsbtable) | |
| module_param (debug, uint, 0600) | |
| MODULE_PARM_DESC (debug,"Debug level (0=none,...,16=all)") | |
| module_init (bcm_init) | |
| module_exit (bcm_exit) | |
| MODULE_DESCRIPTION (DRV_DESCRIPTION) | |
| MODULE_VERSION (DRV_VERSION) | |
| MODULE_LICENSE ("GPL") | |
Variables | |
| struct class * | bcm_class |
| MODULE_DESCRIPTION | ( | DRV_DESCRIPTION | ) |
| MODULE_DEVICE_TABLE | ( | usb | , |
| InterfaceUsbtable | |||
| ) |
| module_exit | ( | bcm_exit | ) |
| module_init | ( | bcm_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| MODULE_VERSION | ( | DRV_VERSION | ) |
Definition at line 670 of file InterfaceInit.c.
1.8.2