1 /* ----------------------------------------------------------------------- *
3 * Copyright 2006 Erwan Velu - All Rights Reserved
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation, Inc., 53 Temple Place Ste 330,
8 * Boston MA 02111-1307, USA; either version 2 of the License, or
9 * (at your option) any later version; incorporated herein by reference.
11 * ----------------------------------------------------------------------- */
16 #define SYSTEM_MANUFACTURER_SIZE 32
17 #define SYSTEM_PRODUCT_NAME_SIZE 32
18 #define SYSTEM_VERSION_SIZE 16
19 #define SYSTEM_SERIAL_SIZE 32
20 #define SYSTEM_UUID_SIZE 40
21 #define SYSTEM_WAKEUP_TYPE_SIZE 32
22 #define SYSTEM_SKU_NUMBER_SIZE 32
23 #define SYSTEM_FAMILY_SIZE 32
25 #define SYSTEM_BOOT_STATUS_SIZE 50
26 #define SYSTEM_CONFIGURATION_OPTIONS_SIZE 50
29 char manufacturer
[SYSTEM_MANUFACTURER_SIZE
];
30 char product_name
[SYSTEM_PRODUCT_NAME_SIZE
];
31 char version
[SYSTEM_VERSION_SIZE
];
32 char serial
[SYSTEM_SERIAL_SIZE
];
33 char uuid
[SYSTEM_UUID_SIZE
];
34 char wakeup_type
[SYSTEM_WAKEUP_TYPE_SIZE
];
35 char sku_number
[SYSTEM_SKU_NUMBER_SIZE
];
36 char family
[SYSTEM_FAMILY_SIZE
];
37 /* The filled field have to be set to true when the dmitable implement that item */
39 char system_boot_status
[SYSTEM_BOOT_STATUS_SIZE
];
40 char configuration_options
[SYSTEM_CONFIGURATION_OPTIONS_SIZE
];
46 char boot_option_on_limit
[17];
49 char timer_interval
[8];