#include <linux/module.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/interrupt.h>
#include <linux/delay.h>
#include <linux/platform_device.h>
#include <linux/gpio.h>
#include <pcmcia/ss.h>
#include <asm/irq.h>
#include <asm/mach-types.h>
#include "soc_common.h"
Go to the source code of this file.
#define SG2_S0_GPIO_DETECT 53 |
#define SG2_S0_GPIO_READY 81 |
#define SG2_S0_GPIO_RESET 82 |
#define SG2_S0_POWER_CTL 108 |
fs_initcall |
( |
sg2_pcmcia_init |
| ) |
|
MODULE_ALIAS |
( |
"platform:pxa2xx-pcmcia" |
| ) |
|
module_exit |
( |
sg2_pcmcia_exit |
| ) |
|