aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2016-07-14 13:01:15 +0200
committerIngo Molnar <mingo@kernel.org>2016-07-14 13:01:15 +0200
commit8b3843996d7ce863b6057287421e8f539b5ffd15 (patch)
tree9d0cb01f0432fe1424b549609f2c81516dde1f03 /include/linux
parentLinux 4.7-rc7 (diff)
parentx86/sfi: Enable enumeration of SD devices (diff)
Merge branch 'x86/platform' into x86/headers, to apply dependent patches
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/sfi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sfi.h b/include/linux/sfi.h
index d9b436f09925..e0e1597ef9e6 100644
--- a/include/linux/sfi.h
+++ b/include/linux/sfi.h
@@ -156,6 +156,7 @@ struct sfi_device_table_entry {
#define SFI_DEV_TYPE_UART 2
#define SFI_DEV_TYPE_HSI 3
#define SFI_DEV_TYPE_IPC 4
+#define SFI_DEV_TYPE_SD 5
u8 host_num; /* attached to host 0, 1...*/
u16 addr;