|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/gpio.h>#include <linux/errno.h>#include <linux/interrupt.h>#include <linux/platform_device.h>#include <linux/irq.h>#include <linux/io.h>#include <mach/balloon3.h>#include <asm/mach-types.h>#include "soc_common.h"Go to the source code of this file.
Functions | |
| module_init (balloon3_pcmcia_init) | |
| module_exit (balloon3_pcmcia_exit) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("Nick Bane <[email protected]>") | |
| MODULE_ALIAS ("platform:pxa2xx-pcmcia") | |
| MODULE_DESCRIPTION ("Balloon3 board CF/PCMCIA driver") | |
| MODULE_ALIAS | ( | "platform:pxa2xx-pcmcia" | ) |
| MODULE_AUTHOR | ( | "Nick Bane <[email protected]>" | ) |
| module_exit | ( | balloon3_pcmcia_exit | ) |
| module_init | ( | balloon3_pcmcia_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2