|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/delay.h>#include <linux/usb.h>#include <linux/mISDNhw.h>#include <linux/slab.h>#include "hfcsusb.h"Go to the source code of this file.
Functions | |
| MODULE_AUTHOR ("Martin Bachem") | |
| MODULE_LICENSE ("GPL") | |
| module_param (debug, uint, S_IRUGO|S_IWUSR) | |
| module_param (poll, int, 0) | |
| module_usb_driver (hfcsusb_drv) | |
| MODULE_AUTHOR | ( | "Martin Bachem" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_usb_driver | ( | hfcsusb_drv | ) |
1.8.2