]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/RtMemoryStatusCode/RtMemoryStatusCode.h
Maintainers.txt: Remove EdkCompatibilityPkg information
[mirror_edk2.git] / EdkCompatibilityPkg / Sample / Platform / Generic / RuntimeDxe / StatusCode / Lib / RtMemoryStatusCode / RtMemoryStatusCode.h
1 /*++
2
3 Copyright (c) 2004, Intel Corporation. All rights reserved.<BR>
4 This program and the accompanying materials
5 are licensed and made available under the terms and conditions of the BSD License
6 which accompanies this distribution. The full text of the license may be found at
7 http://opensource.org/licenses/bsd-license.php
8
9 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11
12 Module Name:
13
14 RtMemoryStatusCode.h
15
16 Abstract:
17
18 EFI library to provide status code reporting via a memory journal.
19
20 --*/
21
22 #ifndef _EFI_RT_MEMORY_STATUS_CODE_H_
23 #define _EFI_RT_MEMORY_STATUS_CODE_H_
24
25 //
26 // Statements that include other files
27 //
28 #include "Tiano.h"
29 #include "Pei.h"
30 #include "TianoCommon.h"
31 #include "EfiRuntimeLib.h"
32 #include "EfiHobLib.h"
33 #include "RtPlatformStatusCodeLib.h"
34
35 //
36 // Referenced protocols
37 //
38 #include EFI_ARCH_PROTOCOL_DEFINITION (StatusCode)
39
40
41 //
42 // Consumed protocols
43 //
44 #include EFI_PPI_CONSUMER (StatusCodeMemory)
45
46 //
47 // Consumed GUID
48 //
49 #include EFI_GUID_DEFINITION (Hob)
50
51 #endif