diff options
| author | Michal Marek <mmarek@suse.cz> | 2010-10-27 18:15:57 -0400 |
|---|---|---|
| committer | Michal Marek <mmarek@suse.cz> | 2010-10-27 18:15:57 -0400 |
| commit | b74b953b998bcc2db91b694446f3a2619ec32de6 (patch) | |
| tree | 6ce24caabd730f6ae9287ed0676ec32e6ff31e9d /include/linux/dmi.h | |
| parent | abb438526201c6a79949ad45375c051b6681c253 (diff) | |
| parent | f6f94e2ab1b33f0082ac22d71f66385a60d8157f (diff) | |
Merge commit 'v2.6.36' into kbuild/misc
Update to be able to fix a recent change to scripts/basic/docproc.c
(commit eda603f).
Diffstat (limited to 'include/linux/dmi.h')
| -rw-r--r-- | include/linux/dmi.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/dmi.h b/include/linux/dmi.h index a8a3e1ac281d..90e087f8d951 100644 --- a/include/linux/dmi.h +++ b/include/linux/dmi.h | |||
| @@ -20,6 +20,7 @@ enum dmi_device_type { | |||
| 20 | DMI_DEV_TYPE_SAS, | 20 | DMI_DEV_TYPE_SAS, |
| 21 | DMI_DEV_TYPE_IPMI = -1, | 21 | DMI_DEV_TYPE_IPMI = -1, |
| 22 | DMI_DEV_TYPE_OEM_STRING = -2, | 22 | DMI_DEV_TYPE_OEM_STRING = -2, |
| 23 | DMI_DEV_TYPE_DEV_ONBOARD = -3, | ||
| 23 | }; | 24 | }; |
| 24 | 25 | ||
| 25 | struct dmi_header { | 26 | struct dmi_header { |
| @@ -37,6 +38,14 @@ struct dmi_device { | |||
| 37 | 38 | ||
| 38 | #ifdef CONFIG_DMI | 39 | #ifdef CONFIG_DMI |
| 39 | 40 | ||
| 41 | struct dmi_dev_onboard { | ||
| 42 | struct dmi_device dev; | ||
| 43 | int instance; | ||
| 44 | int segment; | ||
| 45 | int bus; | ||
| 46 | int devfn; | ||
| 47 | }; | ||
| 48 | |||
| 40 | extern int dmi_check_system(const struct dmi_system_id *list); | 49 | extern int dmi_check_system(const struct dmi_system_id *list); |
| 41 | const struct dmi_system_id *dmi_first_match(const struct dmi_system_id *list); | 50 | const struct dmi_system_id *dmi_first_match(const struct dmi_system_id *list); |
| 42 | extern const char * dmi_get_system_info(int field); | 51 | extern const char * dmi_get_system_info(int field); |
