mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:22:58 +00:00
[DMILIB] Process SKU and Family strings
This commit is contained in:
parent
133611fed8
commit
c356804550
3 changed files with 6 additions and 0 deletions
|
@ -87,6 +87,8 @@ enum _DMI_FIELD_OFFSETS
|
|||
DMI_SYS_PRODUCT = 0x05,
|
||||
DMI_SYS_VERSION = 0x06,
|
||||
DMI_SYS_SERIAL = 0x07,
|
||||
DMI_SYS_SKU = 0x19,
|
||||
DMI_SYS_FAMILY = 0x1a,
|
||||
DMI_SYS_SIZE = 0x1b,
|
||||
|
||||
/* Type = 2: DMI_ENTRY_BASEBOARD */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue