|
Linux Kernel
3.7.1
|
#include <linux/types.h>#include <linux/timer.h>#include <pcmcia/ss.h>#include <bcm63xx_dev_pcmcia.h>Go to the source code of this file.
Data Structures | |
| struct | bcm63xx_pcmcia_socket |
Macros | |
| #define | BCM63XX_PCMCIA_POLL_RATE 500 |
Enumerations | |
| enum | { CARD_CARDBUS = (1 << 0), CARD_PCCARD = (1 << 1), CARD_5V = (1 << 2), CARD_3V = (1 << 3), CARD_XV = (1 << 4), CARD_YV = (1 << 5) } |
| #define BCM63XX_PCMCIA_POLL_RATE 500 |
Definition at line 10 of file bcm63xx_pcmcia.h.
| anonymous enum |
Definition at line 12 of file bcm63xx_pcmcia.h.
1.8.2