|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/kernel.h>#include <linux/module.h>#include <linux/errno.h>#include <linux/acpi.h>#include <linux/pci.h>#include <linux/mfd/core.h>Go to the source code of this file.
Macros | |
| #define | SMBASE 0x40 |
| #define | SMBUS_IO_SIZE 64 |
| #define | GPIOBASE 0x44 |
| #define | GPIO_IO_SIZE 64 |
| #define | GPIO_IO_SIZE_CENTERTON 128 |
| #define | WDTBASE 0x84 |
| #define | WDT_IO_SIZE 64 |
Functions | |
| MODULE_DEVICE_TABLE (pci, lpc_sch_ids) | |
| module_pci_driver (lpc_sch_driver) | |
| MODULE_AUTHOR ("Denis Turischev <[email protected]>") | |
| MODULE_DESCRIPTION ("LPC interface for Intel Poulsbo SCH") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR | ( | "Denis Turischev <[email protected]>" | ) |
| MODULE_DEVICE_TABLE | ( | pci | , |
| lpc_sch_ids | |||
| ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_pci_driver | ( | lpc_sch_driver | ) |
1.8.2