diff options
author | jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-11 20:24:11 +0000 |
---|---|---|
committer | jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-11 20:24:11 +0000 |
commit | 0dbeedde3437052eff6045b3a2a4874ed48b1854 (patch) | |
tree | 4bf5d03f0e9dfe1ad15e2ff66899ce40f0144886 /EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib | |
parent | db13e3c00baf9ad0a4264e5fdcb17b5c147c5f15 (diff) | |
download | edk2-platforms-0dbeedde3437052eff6045b3a2a4874ed48b1854.tar.xz |
Fixed several include filename issues for gcc+unix.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5046 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib')
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/Debug.c | 2 | ||||
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/Perf.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/Debug.c b/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/Debug.c index bcfdf7ee8e..87888e70a3 100644 --- a/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/Debug.c +++ b/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/Debug.c @@ -25,7 +25,7 @@ Abstract: #include "EfiStatusCode.h"
#include EFI_GUID_DEFINITION (StatusCodeCallerId)
#include EFI_GUID_DEFINITION (StatusCodeDataTypeId)
-#include EFI_PROTOCOL_DEFINITION (DEBUGMASK)
+#include EFI_PROTOCOL_DEFINITION (DebugMask)
//
// You would think you should divid by sizeof (UINT64), but EBC does not like
diff --git a/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/Perf.c b/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/Perf.c index 3ac8052a6c..1c2b8b3356 100644 --- a/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/Perf.c +++ b/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/Perf.c @@ -25,7 +25,7 @@ Abstract: #include EFI_PROTOCOL_DEFINITION (LoadedImage)
#include EFI_GUID_DEFINITION (Hob)
#include EFI_GUID_DEFINITION (PeiPerformanceHob)
-#include "linkedlist.h"
+#include "LinkedList.h"
#include "EfiHobLib.h"
#include "EfiImage.h"
|