summaryrefslogtreecommitdiff
path: root/Core/GUID/FirmwareFileSystem2.h
diff options
context:
space:
mode:
Diffstat (limited to 'Core/GUID/FirmwareFileSystem2.h')
-rw-r--r--Core/GUID/FirmwareFileSystem2.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/Core/GUID/FirmwareFileSystem2.h b/Core/GUID/FirmwareFileSystem2.h
new file mode 100644
index 0000000..e36f172
--- /dev/null
+++ b/Core/GUID/FirmwareFileSystem2.h
@@ -0,0 +1,33 @@
+/*++
+
+Copyright (c) 2006, 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:
+
+ FirmwareFileSystem2.h
+
+Abstract:
+
+ PI 1.0 spec definition.
+
+--*/
+
+#ifndef __FIRMWARE_FILE_SYSTEM2_GUID_H__
+#define __FIRMWARE_FILE_SYSTEM2_GUID_H__
+
+//
+// GUIDs defined by the FFS specification.
+//
+#define EFI_FIRMWARE_FILE_SYSTEM2_GUID \
+ { 0x8c8ce578, 0x8a3d, 0x4f1c, { 0x99, 0x35, 0x89, 0x61, 0x85, 0xc3, 0x2d, 0xd3 } }
+
+GUID_VARIABLE_DECLARATION(gEfiFirmwareFileSystem2Guid,EFI_FIRMWARE_FILE_SYSTEM2_GUID);
+
+#endif