diff options
author | Pierre Ossman | 2006-03-24 12:18:16 +0100 |
---|---|---|
committer | Linus Torvalds | 2006-03-24 16:33:27 +0100 |
commit | 97f2478db161714d0e3e864f38f5789c66f98b81 (patch) | |
tree | 685e6215bfb63cae2c288dd0af96378f81a33cfa | |
parent | [PATCH] msync(): use do_fsync() (diff) | |
download | kernel-qcow2-linux-97f2478db161714d0e3e864f38f5789c66f98b81.tar.gz kernel-qcow2-linux-97f2478db161714d0e3e864f38f5789c66f98b81.tar.xz kernel-qcow2-linux-97f2478db161714d0e3e864f38f5789c66f98b81.zip |
[PATCH] Secure Digital Host Controller id and regs
Class code and register definitions for the Secure Digital Host Controller
standard.
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | include/linux/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index f3dcf89d5232..6f080ae59286 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -69,6 +69,7 @@ #define PCI_CLASS_SYSTEM_TIMER 0x0802 #define PCI_CLASS_SYSTEM_RTC 0x0803 #define PCI_CLASS_SYSTEM_PCI_HOTPLUG 0x0804 +#define PCI_CLASS_SYSTEM_SDHCI 0x0805 #define PCI_CLASS_SYSTEM_OTHER 0x0880 #define PCI_BASE_CLASS_INPUT 0x09 |