mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 09:01:24 +03:00
Added definition of a UUID and uuid_ntoa() (for debugging), and
implemented smbios_get_uuid().
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user