diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-27 14:11:11 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-27 14:11:11 -0300 |
commit | 59cb5d26a56692dfebe7f9e924c56395b5d40238 (patch) | |
tree | 0295aa170baa83ff0d00d8292507b76887ba7b0c /linux/include | |
parent | 4b807c926e097767bb1b8c3bf09bffb52b406295 (diff) | |
download | mediapointer-dvb-s2-59cb5d26a56692dfebe7f9e924c56395b5d40238.tar.gz mediapointer-dvb-s2-59cb5d26a56692dfebe7f9e924c56395b5d40238.tar.bz2 |
add linux/include/linux/mmc/sdio_ids.h to the out-of-kernel tree
From: Mauro Carvalho Chehab <mchehab@redhat.com>
kernel-sync:
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/include')
-rw-r--r-- | linux/include/linux/mmc/sdio_ids.h | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/linux/include/linux/mmc/sdio_ids.h b/linux/include/linux/mmc/sdio_ids.h new file mode 100644 index 000000000..ea1bf5ba0 --- /dev/null +++ b/linux/include/linux/mmc/sdio_ids.h @@ -0,0 +1,29 @@ +/* + * SDIO Classes, Interface Types, Manufacturer IDs, etc. + */ + +#ifndef MMC_SDIO_IDS_H +#define MMC_SDIO_IDS_H + +/* + * Standard SDIO Function Interfaces + */ + +#define SDIO_CLASS_NONE 0x00 /* Not a SDIO standard interface */ +#define SDIO_CLASS_UART 0x01 /* standard UART interface */ +#define SDIO_CLASS_BT_A 0x02 /* Type-A BlueTooth std interface */ +#define SDIO_CLASS_BT_B 0x03 /* Type-B BlueTooth std interface */ +#define SDIO_CLASS_GPS 0x04 /* GPS standard interface */ +#define SDIO_CLASS_CAMERA 0x05 /* Camera standard interface */ +#define SDIO_CLASS_PHS 0x06 /* PHS standard interface */ +#define SDIO_CLASS_WLAN 0x07 /* WLAN interface */ +#define SDIO_CLASS_ATA 0x08 /* Embedded SDIO-ATA std interface */ + +/* + * Vendors and devices. Sort key: vendor first, device next. + */ + +#define SDIO_VENDOR_ID_MARVELL 0x02df +#define SDIO_DEVICE_ID_MARVELL_LIBERTAS 0x9103 + +#endif |