Skip to content

Commit

Permalink
MdePkg/Protocols: Code correction - removal of reserved member
Browse files Browse the repository at this point in the history
Signed-off-by: Ashraf Javeed <ashraf.javeed@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
  • Loading branch information
ashrafj committed Feb 6, 2020
1 parent 07589bb commit cdcc078
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions MdePkg/Include/Protocol/PciExpressPlatform.h
Original file line number Diff line number Diff line change
Expand Up @@ -360,14 +360,10 @@ struct _EFI_PCI_EXPRESS_L1PM_SUBSTATES {
};

///
/// Reserves for future use
///
typedef UINT8 EFI_PCI_EXPRESS_RESERVES;

///
/// The EFI_PCI_EXPRESS_DEVICE_POLICY is altogether 128-byte size, with each
/// byte field representing one PCI standerd feature defined in the PCI Express Base
/// Specification 4.0, version 1.0.
/// The EFI_PCI_EXPRESS_DEVICE_POLICY size is fixed as per its definition corresponding
/// to its version, with each byte field represents one PCI Express feature and
/// its bitmask define the legal combinations to represent all the valid combinations
/// of its attributes, defined in the PCI Express Base Specification.
///
typedef struct {
EFI_PCI_EXPRESS_MAX_PAYLOAD_SIZE DeviceCtlMPS;
Expand All @@ -384,7 +380,6 @@ typedef struct {
EFI_PCI_EXPRESS_CTO_SUPPORT CTOsupport;
EFI_PCI_EXPRESS_CPM LinkCtlCPM;
EFI_PCI_EXPRESS_L1PM_SUBSTATES L1PMSubstates;
EFI_PCI_EXPRESS_RESERVES Reserves[114];
} EFI_PCI_EXPRESS_DEVICE_POLICY;

///
Expand Down

0 comments on commit cdcc078

Please sign in to comment.