Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/sched.h>
#include <linux/dma-mapping.h>
#include <linux/interrupt.h>
#include <linux/slab.h>
#include <linux/workqueue.h>
#include <linux/uwb.h>
#include <linux/uwb/whci.h>
#include <linux/uwb/umc.h>
#include "uwb-internal.h"
Go to the source code of this file.
Data Structures | |
struct | whcrc |
Functions | |
MODULE_DEVICE_TABLE (pci, whcrc_id_table) | |
module_init (whcrc_driver_init) | |
module_exit (whcrc_driver_exit) | |
MODULE_AUTHOR ("Inaky Perez-Gonzalez <[email protected]>") | |
MODULE_DESCRIPTION ("Wireless Host Controller Radio Control Driver") | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR | ( | "Inaky Perez-Gonzalez <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "Wireless Host Controller Radio Control Driver" | ) |
MODULE_DEVICE_TABLE | ( | pci | , |
whcrc_id_table | |||
) |
module_exit | ( | whcrc_driver_exit | ) |
module_init | ( | whcrc_driver_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |