EmbeddedPkg: Fix incorrect define for hardware interrupt2 protocol
In HardwareInterrupt2.h the define for the protocol does not match the definition of the protocol in the dec file. The definition in the dec file is 32898322-2da1-474a-baaa-f3f7cf569470 where in the definition the define is 32898322-2d1a-474a-baaa-f3f7cf569470 and the string is even less correct with various bit swaps. This commit changes all the strings and definitions to be consistent with the dec definition. Signed-off-by: Chris Fernald <chfernal@microsoft.com>
This commit is contained in:
committed by
mergify[bot]
parent
188f8c686e
commit
c840e5f95b
@@ -11,10 +11,10 @@
|
||||
|
||||
#include <Protocol/HardwareInterrupt.h>
|
||||
|
||||
// 22838932-1a2d-4a47-aaba-f3f7cf569470
|
||||
// 32898322-2da1-474a-baaa-f3f7cf569470
|
||||
|
||||
#define EFI_HARDWARE_INTERRUPT2_PROTOCOL_GUID \
|
||||
{ 0x32898322, 0x2d1a, 0x474a, \
|
||||
{ 0x32898322, 0x2da1, 0x474a, \
|
||||
{ 0xba, 0xaa, 0xf3, 0xf7, 0xcf, 0x56, 0x94, 0x70 } }
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user