TianoCore EDK2 master
Loading...
Searching...
No Matches
Capsule.h
Go to the documentation of this file.
1
18#ifndef __ARCH_PROTOCOL_CAPSULE_ARCH_H__
19#define __ARCH_PROTOCOL_CAPSULE_ARCH_H__
20
21//
22// Global ID for the Capsule Architectural Protocol
23//
24#define EFI_CAPSULE_ARCH_PROTOCOL_GUID \
25 { 0x5053697e, 0x2cbc, 0x4819, {0x90, 0xd9, 0x05, 0x80, 0xde, 0xee, 0x57, 0x54 }}
26
27extern EFI_GUID gEfiCapsuleArchProtocolGuid;
28
29#endif
Definition: Base.h:213