summaryrefslogtreecommitdiff
path: root/Nt32Pkg/Include
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-03 12:32:52 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-03 12:32:52 +0000
commit559cb091a966f2af24ebce1c44676f70b6b03160 (patch)
treed2151347a20c08c1c3376d884ae5cd80e91ed6b5 /Nt32Pkg/Include
parent97ccbf276e747da53563958b376643b62329d75e (diff)
downloadedk2-platforms-559cb091a966f2af24ebce1c44676f70b6b03160.tar.xz
add in FirmwareRevision.h
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3010 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/Include')
-rw-r--r--Nt32Pkg/Include/Common/FirmwareRevision.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/Nt32Pkg/Include/Common/FirmwareRevision.h b/Nt32Pkg/Include/Common/FirmwareRevision.h
new file mode 100644
index 0000000000..6c775ad8df
--- /dev/null
+++ b/Nt32Pkg/Include/Common/FirmwareRevision.h
@@ -0,0 +1,22 @@
+/*++
+ Include File for FirmwareRevision
+Copyright (c) 2007, Intel Corporation
+All rights reserved. This program and the accompanying materials
+are licensed and made available under the terms and conditions of the BSD License
+which accompanies this distribution. The full text of the license may be found at
+http://opensource.org/licenses/bsd-license.php
+
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+
+Abstract:
+ Public include file for FIRMWARE_REVISION
+
+--*/
+
+#ifndef __FIRMWARE_REVISION_H__
+#define __FIRMWARE_REVISION_H__
+
+#define FIRMWARE_REVISION 0
+
+#endif