Added definition of a UUID and uuid_ntoa() (for debugging), and

implemented smbios_get_uuid().
This commit is contained in:
Michael Brown
2007-11-21 02:27:07 +00:00
parent 68c438954d
commit 899f5b8ab2
4 changed files with 89 additions and 19 deletions

View File

@@ -32,6 +32,8 @@ struct smbios_system_information {
uint8_t serial;
/** UUID */
uint8_t uuid[16];
/** Wake-up type */
uint8_t wakeup;
} __attribute__ (( packed ));
/** SMBIOS system information structure type */