diff options
author | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
---|---|---|
committer | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
commit | b7c51c9cf4864df6aabb99a1ae843becd577237c (patch) | |
tree | eebe9b0d0ca03062955223097e57da84dd618b9a /Core/GUID/FirmwareFileSystem.h | |
download | zprj-master.tar.xz |
Diffstat (limited to 'Core/GUID/FirmwareFileSystem.h')
-rw-r--r-- | Core/GUID/FirmwareFileSystem.h | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/Core/GUID/FirmwareFileSystem.h b/Core/GUID/FirmwareFileSystem.h new file mode 100644 index 0000000..d125b03 --- /dev/null +++ b/Core/GUID/FirmwareFileSystem.h @@ -0,0 +1,64 @@ +//********************************************************************** +//********************************************************************** +//** ** +//** (C)Copyright 1985-2006, American Megatrends, Inc. ** +//** ** +//** All Rights Reserved. ** +//** ** +//** 6145-F Northbelt Pkwy, Norcross, GA 30071 ** +//** ** +//** Phone: (770)-246-8600 ** +//** ** +//********************************************************************** +//********************************************************************** + +//********************************************************************** +// $Header: /Alaska/SOURCE/Core/EDK/GUID/FirmwareFileSystem.h 1 5/19/06 11:28p Felixp $ +// +// $Revision: 1 $ +// +// $Date: 5/19/06 11:28p $ +//********************************************************************** +// Revision History +// ---------------- +// $Log: /Alaska/SOURCE/Core/EDK/GUID/FirmwareFileSystem.h $ +// +// 1 5/19/06 11:28p Felixp +// +//********************************************************************** +//<AMI_FHDR_START> +// +// Name: FirmwareFileSystem.h +// +// Description: Firmware File System GUID +// +//<AMI_FHDR_END> +//********************************************************************** +#ifndef __EFI_FIRMWARE_FILE_SYSTEM_GUID__H__ +#define __EFI_FIRMWARE_FILE_SYSTEM_GUID__H__ +#ifdef __cplusplus +extern "C" { +#endif +#include <FFS.h> + +GUID_VARIABLE_DECLARATION(gEfiFirmwareFileSystemGuid, EFI_FIRMWARE_FILE_SYSTEM_GUID); +GUID_VARIABLE_DECLARATION(gEfiFirmwareVolumeTopFileGuid, EFI_FFS_VOLUME_TOP_FILE_GUID); + +/****** DO NOT WRITE BELOW THIS LINE *******/ +#ifdef __cplusplus +} +#endif +#endif +//********************************************************************** +//********************************************************************** +//** ** +//** (C)Copyright 1985-2006, American Megatrends, Inc. ** +//** ** +//** All Rights Reserved. ** +//** ** +//** 6145-F Northbelt Pkwy, Norcross, GA 30071 ** +//** ** +//** Phone: (770)-246-8600 ** +//** ** +//********************************************************************** +//********************************************************************** |