|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/platform_device.h>#include <linux/delay.h>#include <linux/string.h>#include <linux/ctype.h>#include <linux/leds.h>#include <linux/gpio.h>#include <linux/rfkill.h>#include <mach/regs-gpio.h>#include <mach/hardware.h>#include <mach/h1940-latch.h>#include <mach/h1940.h>Go to the source code of this file.
Macros | |
| #define | DRV_NAME "h1940-bt" |
Functions | |
| module_platform_driver (h1940bt_driver) | |
| MODULE_AUTHOR ("Arnaud Patard <[email protected]>") | |
| MODULE_DESCRIPTION ("Driver for the iPAQ H1940 bluetooth chip") | |
| MODULE_LICENSE ("GPL") | |
| #define DRV_NAME "h1940-bt" |
Definition at line 27 of file h1940-bluetooth.c.
| MODULE_AUTHOR | ( | "Arnaud Patard <[email protected]>" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_platform_driver | ( | h1940bt_driver | ) |
1.8.2