summaryrefslogtreecommitdiff
path: root/UnixPkg/CpuRuntimeDxe
diff options
context:
space:
mode:
Diffstat (limited to 'UnixPkg/CpuRuntimeDxe')
-rw-r--r--UnixPkg/CpuRuntimeDxe/CpuDriver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/UnixPkg/CpuRuntimeDxe/CpuDriver.h b/UnixPkg/CpuRuntimeDxe/CpuDriver.h
index 8898143cfc..db25a57af0 100644
--- a/UnixPkg/CpuRuntimeDxe/CpuDriver.h
+++ b/UnixPkg/CpuRuntimeDxe/CpuDriver.h
@@ -29,7 +29,7 @@ extern UINT8 CpuStrings[];
//
// Internal Data Structures
//
-#define CPU_ARCH_PROT_PRIVATE_SIGNATURE EFI_SIGNATURE_32 ('c', 'a', 'p', 'd')
+#define CPU_ARCH_PROT_PRIVATE_SIGNATURE SIGNATURE_32 ('c', 'a', 'p', 'd')
typedef struct {
UINTN Signature;