diff options
Diffstat (limited to 'EdkCompatibilityPkg/Sample')
-rw-r--r-- | EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/RtMemoryStatusCode/RtMemoryStatusCode.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/RtMemoryStatusCode/RtMemoryStatusCode.h b/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/RtMemoryStatusCode/RtMemoryStatusCode.h index 15db58cf16..cf21b29588 100644 --- a/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/RtMemoryStatusCode/RtMemoryStatusCode.h +++ b/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/RtMemoryStatusCode/RtMemoryStatusCode.h @@ -33,6 +33,12 @@ Abstract: #include "RtPlatformStatusCodeLib.h"
//
+// Referenced protocols
+//
+#include EFI_ARCH_PROTOCOL_DEFINITION (StatusCode)
+
+
+//
// Consumed protocols
//
#include EFI_PPI_CONSUMER (StatusCodeMemory)
|