summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/include
diff options
context:
space:
mode:
authorMichael Brown2007-11-21 03:27:07 +0100
committerMichael Brown2007-11-21 03:27:07 +0100
commit899f5b8ab233987646e6f5012f462a19a833d8d4 (patch)
treecee5ca8745e7e84f9f2612c3eeb732d31e5c5f24 /src/arch/i386/include
parentUpdate SMBIOS internal API to be easier to use, and not to require (diff)
downloadipxe-899f5b8ab233987646e6f5012f462a19a833d8d4.tar.gz
ipxe-899f5b8ab233987646e6f5012f462a19a833d8d4.tar.xz
ipxe-899f5b8ab233987646e6f5012f462a19a833d8d4.zip
Added definition of a UUID and uuid_ntoa() (for debugging), and
implemented smbios_get_uuid().
Diffstat (limited to 'src/arch/i386/include')
-rw-r--r--src/arch/i386/include/smbios.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/i386/include/smbios.h b/src/arch/i386/include/smbios.h
index a0a7a222..f5f0b5c2 100644
--- a/src/arch/i386/include/smbios.h
+++ b/src/arch/i386/include/smbios.h
@@ -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 */