VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Include/Guid/FirmwareFileSystem3.h@ 85718

Last change on this file since 85718 was 80721, checked in by vboxsync, 6 years ago

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

  • Property svn:eol-style set to native
File size: 680 bytes
Line 
1/** @file
2 Guid used to define the Firmware File System 3.
3
4 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 @par Revision Reference:
8 GUIDs introduced in PI Version 1.0.
9
10**/
11
12#ifndef __FIRMWARE_FILE_SYSTEM3_GUID_H__
13#define __FIRMWARE_FILE_SYSTEM3_GUID_H__
14
15///
16/// The firmware volume header contains a data field for the file system GUID
17/// {5473C07A-3DCB-4dca-BD6F-1E9689E7349A}
18///
19#define EFI_FIRMWARE_FILE_SYSTEM3_GUID \
20 { 0x5473c07a, 0x3dcb, 0x4dca, { 0xbd, 0x6f, 0x1e, 0x96, 0x89, 0xe7, 0x34, 0x9a }}
21
22extern EFI_GUID gEfiFirmwareFileSystem3Guid;
23
24#endif // __FIRMWARE_FILE_SYSTEM3_GUID_H__
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette