mirror of https://github.com/acidanthera/audk.git
MdePkg/MdePkg.dec: Update PciSegmentLib.h to S3PciSegmentLib.h
S3PciSegmentLib library class header file should be Include/Library/S3PciSegmentLib.h instead of Include/Library/PciSegmentLib.h. https://bugzilla.tianocore.org/show_bug.cgi?id=2146 Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
parent
18be724e30
commit
0d4f7b4b38
|
@ -131,7 +131,7 @@
|
|||
## @libraryclass The multiple segments PCI configuration Library Services that carry out
|
||||
## PCI configuration and enable the PCI operations to be replayed during an
|
||||
## S3 resume. This library class maps directly on top of the PciSegmentLib class.
|
||||
S3PciSegmentLib|Include/Library/PciSegmentLib.h
|
||||
S3PciSegmentLib|Include/Library/S3PciSegmentLib.h
|
||||
|
||||
## @libraryclass Provides services to access PCI Configuration Space.
|
||||
PciLib|Include/Library/PciLib.h
|
||||
|
|
Loading…
Reference in New Issue