GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / pcmcia / pd6729.h
blob41418d394c55bf2c31dab3a12f3b1bc0d2b42913
1 #ifndef _INCLUDE_GUARD_PD6729_H_
2 #define _INCLUDE_GUARD_PD6729_H_
4 /* Flags for I365_GENCTL */
5 #define I365_DF_VS1 0x40 /* DF-step Voltage Sense */
6 #define I365_DF_VS2 0x80
8 /* Fields in PD67_EXTERN_DATA */
9 #define PD67_EXD_VS1(s) (0x01 << ((s) << 1))
10 #define PD67_EXD_VS2(s) (0x02 << ((s) << 1))
12 /* Default ISA interrupt mask */
13 #define PD67_MASK 0x0eb8 /* irq 11,10,9,7,5,4,3 */
15 struct pd6729_socket {
16 int number;
17 int card_irq;
18 unsigned long io_base; /* base io address of the socket */
19 struct pcmcia_socket socket;
20 struct timer_list poll_timer;
23 #endif