TianoCore EDK2 master
Loading...
Searching...
No Matches
Reset.h
Go to the documentation of this file.
1
14#ifndef __ARCH_PROTOCOL_RESET_H__
15#define __ARCH_PROTOCOL_RESET_H__
16
20#define EFI_RESET_ARCH_PROTOCOL_GUID \
21 { 0x27CFAC88, 0x46CC, 0x11d4, {0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D } }
22
23extern EFI_GUID gEfiResetArchProtocolGuid;
24
25#endif
Definition: Base.h:213