summaryrefslogtreecommitdiff
path: root/Tools/Source/TianoTools/FlashMap/FlashMap.c
diff options
context:
space:
mode:
authorbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>2006-05-23 18:03:58 +0000
committerbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>2006-05-23 18:03:58 +0000
commit51d48c2666aac102c522f38609d6017f6fcdd6b1 (patch)
tree2e6225af02b259d86285ce100a5d65b1dfce41e0 /Tools/Source/TianoTools/FlashMap/FlashMap.c
parent89aa8406d92af44cd2956efb12f869ce2217afe2 (diff)
downloadedk2-platforms-51d48c2666aac102c522f38609d6017f6fcdd6b1.tar.xz
Porting several more tools to edk2.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@246 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/Source/TianoTools/FlashMap/FlashMap.c')
-rw-r--r--Tools/Source/TianoTools/FlashMap/FlashMap.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/Tools/Source/TianoTools/FlashMap/FlashMap.c b/Tools/Source/TianoTools/FlashMap/FlashMap.c
index 86e26b6fc7..ce20157795 100644
--- a/Tools/Source/TianoTools/FlashMap/FlashMap.c
+++ b/Tools/Source/TianoTools/FlashMap/FlashMap.c
@@ -24,12 +24,8 @@ Abstract:
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
-
-#include "Tiano.h"
-
-#ifndef INT8
-#define INT8 char
-#endif
+#include <UefiBaseTypes.h>
+#include <Base.h>
#include "EfiUtilityMsgs.h"
#include "Microcode.h"