TianoCore EDK2 master
Loading...
Searching...
No Matches
VariableWrite.h
Go to the documentation of this file.
1
28#ifndef __ARCH_PROTOCOL_VARIABLE_WRITE_ARCH_H__
29#define __ARCH_PROTOCOL_VARIABLE_WRITE_ARCH_H__
30
34#define EFI_VARIABLE_WRITE_ARCH_PROTOCOL_GUID \
35 { 0x6441f818, 0x6362, 0x4e44, {0xb5, 0x70, 0x7d, 0xba, 0x31, 0xdd, 0x24, 0x53 } }
36
37extern EFI_GUID gEfiVariableWriteArchProtocolGuid;
38
39#endif
Definition: Base.h:213