mirror of https://github.com/acidanthera/audk.git
Update MEDIA_RELATIVE_OFFSET_RANGE_DEVICE_PATH in ECP to align with MdePkg definition for ECP shell to work correctly on EDKII platforms.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9291 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
341515e026
commit
b374d62a11
|
@ -1,6 +1,6 @@
|
||||||
/*++
|
/*++
|
||||||
|
|
||||||
Copyright (c) 2004 - 2007, Intel Corporation
|
Copyright (c) 2004 - 2009, Intel Corporation
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -432,6 +432,7 @@ typedef struct {
|
||||||
#define MEDIA_RELATIVE_OFFSET_RANGE_DP 0x08
|
#define MEDIA_RELATIVE_OFFSET_RANGE_DP 0x08
|
||||||
typedef struct {
|
typedef struct {
|
||||||
EFI_DEVICE_PATH_PROTOCOL Header;
|
EFI_DEVICE_PATH_PROTOCOL Header;
|
||||||
|
UINT32 Reserved;
|
||||||
UINT64 StartingOffset;
|
UINT64 StartingOffset;
|
||||||
UINT64 EndingOffset;
|
UINT64 EndingOffset;
|
||||||
} MEDIA_RELATIVE_OFFSET_RANGE_DEVICE_PATH;
|
} MEDIA_RELATIVE_OFFSET_RANGE_DEVICE_PATH;
|
||||||
|
|
Loading…
Reference in New Issue