Last change
on this file since 99396 was 89983, checked in by vboxsync, 4 years ago |
Devices/EFI: Merge edk-stable202105 and openssl 1.1.1j and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
575 bytes
|
Line | |
---|
1 | /** @file
|
---|
2 | Migrated FV information
|
---|
3 |
|
---|
4 | Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
|
---|
5 | SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
6 |
|
---|
7 | **/
|
---|
8 |
|
---|
9 | #ifndef __EDKII_MIGRATED_FV_INFO_GUID_H__
|
---|
10 | #define __EDKII_MIGRATED_FV_INFO_GUID_H__
|
---|
11 |
|
---|
12 | typedef struct {
|
---|
13 | UINT32 FvOrgBase; // original FV address
|
---|
14 | UINT32 FvNewBase; // new FV address
|
---|
15 | UINT32 FvDataBase; // original FV data
|
---|
16 | UINT32 FvLength; // Fv Length
|
---|
17 | } EDKII_MIGRATED_FV_INFO;
|
---|
18 |
|
---|
19 | extern EFI_GUID gEdkiiMigratedFvInfoGuid;
|
---|
20 |
|
---|
21 | #endif // #ifndef __EDKII_MIGRATED_FV_INFO_GUID_H__
|
---|
22 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.