|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/init.h>#include <linux/module.h>#include <linux/uwb/umc.h>#include "../../wusbcore/wusbhc.h"#include "whcd.h"Go to the source code of this file.
Functions | |
| module_init (whci_hc_driver_init) | |
| module_exit (whci_hc_driver_exit) | |
| MODULE_DEVICE_TABLE (pci, whci_hcd_id_table) | |
| MODULE_DESCRIPTION ("WHCI Wireless USB host controller driver") | |
| MODULE_AUTHOR ("Cambridge Silicon Radio Ltd.") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR | ( | "Cambridge Silicon Radio Ltd." | ) |
| MODULE_DESCRIPTION | ( | "WHCI Wireless USB host controller driver" | ) |
| MODULE_DEVICE_TABLE | ( | pci | , |
| whci_hcd_id_table | |||
| ) |
| module_exit | ( | whci_hc_driver_exit | ) |
| module_init | ( | whci_hc_driver_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2