|
25 | 25 | * are deemed to be part of the source code.
|
26 | 26 | *
|
27 | 27 | * Unless specified otherwise, all references are aimed at the "System
|
28 | | - * Management BIOS Reference Specification, Version 3.0.0" document, |
| 28 | + * Management BIOS Reference Specification, Version 3.1.0" document, |
29 | 29 | * available from http://www.dmtf.org/standards/smbios.
|
30 | 30 | *
|
31 | 31 | * Note to contributors:
|
|
75 | 75 | #define out_of_spec "<OUT OF SPEC>"
|
76 | 76 | static const char *bad_index = "<BAD INDEX>";
|
77 | 77 |
|
78 | | -#define SUPPORTED_SMBIOS_VER 0x0300 |
| 78 | +#define SUPPORTED_SMBIOS_VER 0x0301 |
79 | 79 |
|
80 | 80 | #define FLAG_NO_FILE_OFFSET (1 << 0)
|
81 | 81 | #define FLAG_STOP_AT_EOT (1 << 1)
|
|
0 commit comments