diff options
author | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-10-26 18:00:27 +0000 |
---|---|---|
committer | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-10-26 18:00:27 +0000 |
commit | 67ec665a638098a9d5e05238fed4c67d4b0528ad (patch) | |
tree | c0089f6541d26e72c81698327ee78218d2f10b36 /Source/GenFfsFile/GenFfsFile.h | |
parent | 0cd8588f84fb4f86f0ff34df0b41cf631f93dc6c (diff) | |
download | edk2-svn/branches/IPF-Tools.zip edk2-svn/branches/IPF-Tools.tar.gz edk2-svn/branches/IPF-Tools.tar.bz2 |
IPF Tools sourcesvn/branches/IPF-Tools
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/branches/IPF-Tools@1846 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Source/GenFfsFile/GenFfsFile.h')
-rw-r--r-- | Source/GenFfsFile/GenFfsFile.h | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/Source/GenFfsFile/GenFfsFile.h b/Source/GenFfsFile/GenFfsFile.h new file mode 100644 index 0000000..f5bc718 --- /dev/null +++ b/Source/GenFfsFile/GenFfsFile.h @@ -0,0 +1,36 @@ +/*++
+
+Copyright (c) 2004, 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.
+
+Module Name:
+
+ GenFfsFile.h
+
+Abstract:
+
+ Header file for GenFfsFile.
+
+--*/
+
+//
+// Module Coded to Tiano Coding Conventions
+//
+#ifndef _EFI_GEN_FFSFILE_H
+#define _EFI_GEN_FFSFILE_H
+
+//
+// External Files Referenced
+//
+#include <Common/UefiBaseTypes.h>
+#include <Common/FirmwareVolumeImageFormat.h>
+
+#include "MyAlloc.h"
+
+#endif
|