Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
sa1100_h3600.c File Reference
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/device.h>
#include <linux/interrupt.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/gpio.h>
#include <mach/hardware.h>
#include <asm/irq.h>
#include <asm/mach-types.h>
#include <mach/h3xxx.h>
#include "sa1100_generic.h"

Go to the source code of this file.

Functions

int __devinit pcmcia_h3600_init (struct device *dev)
 

Variables

struct pcmcia_low_level h3600_pcmcia_ops
 

Function Documentation

int __devinit pcmcia_h3600_init ( struct device dev)

Definition at line 156 of file sa1100_h3600.c.

Variable Documentation

struct pcmcia_low_level h3600_pcmcia_ops
Initial value:
= {
.owner = THIS_MODULE,
.hw_init = h3600_pcmcia_hw_init,
.hw_shutdown = h3600_pcmcia_hw_shutdown,
.socket_state = h3600_pcmcia_socket_state,
.configure_socket = h3600_pcmcia_configure_socket,
.socket_init = h3600_pcmcia_socket_init,
.socket_suspend = h3600_pcmcia_socket_suspend,
}

Definition at line 145 of file sa1100_h3600.c.