mirror of
https://github.com/ipxe/ipxe
synced 2026-01-01 00:07:27 +03:00
[Settings] Expose SMBIOS via settings API
In particular, expose the system UUID as a setting ("smbios/uuid").
This commit is contained in:
@@ -8,9 +8,6 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
union uuid;
|
||||
#include <bits/uuid.h>
|
||||
|
||||
/** A universally unique ID */
|
||||
union uuid {
|
||||
/** Canonical form (00000000-0000-0000-0000-000000000000) */
|
||||
|
||||
Reference in New Issue
Block a user