summaryrefslogtreecommitdiff
path: root/com32/gplinclude/dmi/dmi_base_board.h
diff options
context:
space:
mode:
authorPierre-Alexandre Meyer <pierre@mouraf.org>2009-05-26 21:36:40 -0700
committerPierre-Alexandre Meyer <pierre@mouraf.org>2009-05-26 21:36:40 -0700
commitb42c01026ffd63b6f1ced67109c1fbd1133e569d (patch)
tree12bbbde58137f5b3524ebba9e2f2d6daacd39db8 /com32/gplinclude/dmi/dmi_base_board.h
parent7f338086371dae8c6b47ebeec6370b1b1fe16b79 (diff)
downloadsyslinux-b42c01026ffd63b6f1ced67109c1fbd1133e569d.tar.gz
gpllib: Add support for 3.3.11 On Board Devices Information (Type 10, obsolete) (dmi)
From SMBIOS spec (v2.6.1): The information in this structure defines the attributes of devices that are onboard (soldered onto) a system element, usually the baseboard. In general, an entry in this table implies that the BIOS has some level of control over the enabling of the associated device for use by the system. Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
Diffstat (limited to 'com32/gplinclude/dmi/dmi_base_board.h')
-rw-r--r--com32/gplinclude/dmi/dmi_base_board.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/com32/gplinclude/dmi/dmi_base_board.h b/com32/gplinclude/dmi/dmi_base_board.h
index 5b92b848..f12cc222 100644
--- a/com32/gplinclude/dmi/dmi_base_board.h
+++ b/com32/gplinclude/dmi/dmi_base_board.h
@@ -48,6 +48,11 @@ char type[BASE_BOARD_TYPE_SIZE];
s_base_board_features features;
/* The filled field have to be set to true when the dmitable implement that item */
bool filled;
+struct {
+ char type[16];
+ uint8_t status;
+ char description[10];
+} devices_information[10];
} s_base_board;
#endif