From 71c0bf6202bee2c17b3e64b377038207f6018dc6 Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Wed, 27 Aug 2014 23:23:14 +0200 Subject: smbios: Define and use enclosure types. Change-Id: Ib5b92120cbe2ca41c9813e8caeb03161f4d3954c Signed-off-by: Vladimir Serbinenko Reviewed-on: http://review.coreboot.org/6786 Reviewed-by: Edward O'Callaghan Tested-by: build bot (Jenkins) --- src/include/smbios.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/include/smbios.h') diff --git a/src/include/smbios.h b/src/include/smbios.h index 7c41c42fad..a5716b38a5 100644 --- a/src/include/smbios.h +++ b/src/include/smbios.h @@ -115,6 +115,12 @@ struct smbios_type2 { char eos[2]; } __attribute__((packed)); +enum +{ + SMBIOS_ENCLOSURE_DESKTOP = 3, + SMBIOS_ENCLOSURE_NOTEBOOK = 9, +}; + struct smbios_type3 { u8 type; u8 length; -- cgit v1.2.3