diff options
Diffstat (limited to 'include/linux/dmi.h')
-rw-r--r-- | include/linux/dmi.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/dmi.h b/include/linux/dmi.h index bbc9992ec374..325acdf5c462 100644 --- a/include/linux/dmi.h +++ b/include/linux/dmi.h | |||
@@ -35,8 +35,11 @@ enum dmi_device_type { | |||
35 | DMI_DEV_TYPE_ETHERNET, | 35 | DMI_DEV_TYPE_ETHERNET, |
36 | DMI_DEV_TYPE_TOKENRING, | 36 | DMI_DEV_TYPE_TOKENRING, |
37 | DMI_DEV_TYPE_SOUND, | 37 | DMI_DEV_TYPE_SOUND, |
38 | DMI_DEV_TYPE_PATA, | ||
39 | DMI_DEV_TYPE_SATA, | ||
40 | DMI_DEV_TYPE_SAS, | ||
38 | DMI_DEV_TYPE_IPMI = -1, | 41 | DMI_DEV_TYPE_IPMI = -1, |
39 | DMI_DEV_TYPE_OEM_STRING = -2 | 42 | DMI_DEV_TYPE_OEM_STRING = -2, |
40 | }; | 43 | }; |
41 | 44 | ||
42 | struct dmi_header { | 45 | struct dmi_header { |