Last change
on this file since 101297 was 99404, checked in by vboxsync, 2 years ago |
Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
681 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 |
|
---|
22 | extern EFI_GUID gEfiFirmwareFileSystem3Guid;
|
---|
23 |
|
---|
24 | #endif // __FIRMWARE_FILE_SYSTEM3_GUID_H__
|
---|
Note:
See
TracBrowser
for help on using the repository browser.