summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Uefi
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-02-02 13:11:49 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-02-02 13:11:49 +0000
commite52c5a9fdcc1663f98e1a1090c424c1606990650 (patch)
tree6bba76e4eed7ddbccb4c1d12258d8a86db81c797 /MdePkg/Include/Uefi
parent59ab6d02a98545df6b35178cce796af7ad56d0b9 (diff)
downloadedk2-e52c5a9fdcc1663f98e1a1090c424c1606990650.tar.gz
edk2-e52c5a9fdcc1663f98e1a1090c424c1606990650.tar.bz2
edk2-e52c5a9fdcc1663f98e1a1090c424c1606990650.zip
1) Cleanup HiiLib, IfrSupportLib.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4661 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Uefi')
-rw-r--r--MdePkg/Include/Uefi/UefiInternalFormRepresentation.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h b/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h
index d13421d0db..dd7247fe8d 100644
--- a/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h
+++ b/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h
@@ -1488,4 +1488,14 @@ typedef struct {
+//
+// References to string tokens must use this macro to enable scanning for
+// token usages.
+//
+//
+// STRING_TOKEN is not defined in UEFI specification. But it is placed
+// here for the easy access by C files and VFR source files.
+//
+#define STRING_TOKEN(t) t
+
#endif