]> git.proxmox.com Git - mirror_edk2.git/commitdiff
add in FirmwareRevision.h
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 3 Jul 2007 12:32:52 +0000 (12:32 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 3 Jul 2007 12:32:52 +0000 (12:32 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3010 6f19259b-4bc3-4df7-8a09-765794883524

Nt32Pkg/Include/Common/FirmwareRevision.h [new file with mode: 0644]

diff --git a/Nt32Pkg/Include/Common/FirmwareRevision.h b/Nt32Pkg/Include/Common/FirmwareRevision.h
new file mode 100644 (file)
index 0000000..6c775ad
--- /dev/null
@@ -0,0 +1,22 @@
+/*++\r
+  Include File for FirmwareRevision\r
+Copyright (c) 2007, Intel Corporation\r
+All rights reserved. This program and the accompanying materials\r
+are licensed and made available under the terms and conditions of the BSD License\r
+which accompanies this distribution.  The full text of the license may be found at\r
+http://opensource.org/licenses/bsd-license.php\r
+\r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+\r
+Abstract:\r
+  Public include file for FIRMWARE_REVISION \r
+\r
+--*/\r
+\r
+#ifndef __FIRMWARE_REVISION_H__\r
+#define __FIRMWARE_REVISION_H__\r
+\r
+#define FIRMWARE_REVISION 0\r
+\r
+#endif\r