diff options
| author | H. Peter Anvin <hpa@zytor.com> | 2010-05-11 12:12:01 -0700 |
|---|---|---|
| committer | H. Peter Anvin <hpa@zytor.com> | 2010-05-11 12:12:01 -0700 |
| commit | 9c2b6b0e10289a6d22792b07257d86d1af2fe005 (patch) | |
| tree | efd71dcec5dcc0c1556fd05bb2e115736b4af84c /com32/gplinclude | |
| parent | c2bd46bfc2eddc9bea70edadd203b257527e3583 (diff) | |
| parent | 59541d758a1dba33218f1869ea5762fef0e53ae2 (diff) | |
| download | syslinux-9c2b6b0e10289a6d22792b07257d86d1af2fe005.tar.gz | |
Merge remote branch 'erwan/master'
Diffstat (limited to 'com32/gplinclude')
| -rw-r--r-- | com32/gplinclude/dmi/dmi.h | 1 | ||||
| -rw-r--r-- | com32/gplinclude/dmi/dmi_processor.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/com32/gplinclude/dmi/dmi.h b/com32/gplinclude/dmi/dmi.h index dba2229b..92cd5f86 100644 --- a/com32/gplinclude/dmi/dmi.h +++ b/com32/gplinclude/dmi/dmi.h @@ -13,7 +13,6 @@ #ifndef DMI_H #define DMI_H #include <inttypes.h> -#define DMI_BUFFER_SIZE 16 #define MAX_DMI_MEMORY_ITEMS 32 #define MAX_DMI_CACHE_ITEMS 32 #define OEM_STRINGS_SIZE 512 diff --git a/com32/gplinclude/dmi/dmi_processor.h b/com32/gplinclude/dmi/dmi_processor.h index 63b8767f..6107d31d 100644 --- a/com32/gplinclude/dmi/dmi_processor.h +++ b/com32/gplinclude/dmi/dmi_processor.h @@ -19,7 +19,7 @@ #define PROCESSOR_TYPE_SIZE 32 #define PROCESSOR_FAMILY_SIZE 32 #define PROCESSOR_MANUFACTURER_SIZE 64 -#define PROCESSOR_VERSION_SIZE 32 +#define PROCESSOR_VERSION_SIZE 64 #define PROCESSOR_VOLTAGE_SIZE 16 #define PROCESSOR_STATUS_SIZE 16 #define PROCESSOR_UPGRADE_SIZE 16 |
