summaryrefslogtreecommitdiff
path: root/drivers/pcmcia/l1110.h
blob: 2e404f64836ad0caa317f2f36f8e0455a11c995a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef L1110_H
#define L1110_H

#include <linux/types.h>
#include <pcmcia/ss.h>

struct l1110;
struct pcmcia_state;

int l1110_init(struct device *dev, struct l1110 **ptr, resource_size_t base,
	unsigned int ssp);
void l1110_socket_state(struct l1110 *l, struct pcmcia_state *state);
int l1110_configure_socket(struct l1110 *l, const socket_state_t *state);

#endif