#include <efi.h>
Data Fields | |
| union { | |
| EFI_GUID guid | |
| EFI protocol GUID. | |
| union uuid uuid | |
| UUID structure understood by gPXE. | |
| } | u |
| GUID. | |
| void ** | protocol |
| Variable containing pointer to protocol structure. | |
Definition at line 51 of file efi.h.
union uuid efi_protocol::uuid [write] |
| union { ... } efi_protocol::u |
| void** efi_protocol::protocol |
Variable containing pointer to protocol structure.
Definition at line 60 of file efi.h.
Referenced by efi_init().
1.5.7.1