TianoCore EDK2 master
Loading...
Searching...
No Matches
Variable.h
Go to the documentation of this file.
1
28#ifndef __ARCH_PROTOCOL_VARIABLE_ARCH_H__
29#define __ARCH_PROTOCOL_VARIABLE_ARCH_H__
30
34#define EFI_VARIABLE_ARCH_PROTOCOL_GUID \
35 { 0x1e5668e2, 0x8481, 0x11d4, {0xbc, 0xf1, 0x0, 0x80, 0xc7, 0x3c, 0x88, 0x81 } }
36
37extern EFI_GUID gEfiVariableArchProtocolGuid;
38
39#endif
Definition: Base.h:213