diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-06-05 11:01:28 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-06-05 11:01:28 +0000 |
commit | 12c1395b1528331cebf07c807cef691e939af47f (patch) | |
tree | 58417ce9097f10a56c461c306334aff61cbd8b3c /DuetPkg/PciBusNoEnumerationDxe/PciPowerManagement.h | |
parent | 5bf5fb30b4472530c48791ada2aa2eeba6a7a0c7 (diff) | |
download | edk2-12c1395b1528331cebf07c807cef691e939af47f.zip edk2-12c1395b1528331cebf07c807cef691e939af47f.tar.gz edk2-12c1395b1528331cebf07c807cef691e939af47f.tar.bz2 |
fix X64 build broken
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10567 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/PciBusNoEnumerationDxe/PciPowerManagement.h')
-rw-r--r-- | DuetPkg/PciBusNoEnumerationDxe/PciPowerManagement.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/DuetPkg/PciBusNoEnumerationDxe/PciPowerManagement.h b/DuetPkg/PciBusNoEnumerationDxe/PciPowerManagement.h index 9a44e7e..e53303b 100644 --- a/DuetPkg/PciBusNoEnumerationDxe/PciPowerManagement.h +++ b/DuetPkg/PciBusNoEnumerationDxe/PciPowerManagement.h @@ -25,6 +25,7 @@ Revision History #define _EFI_PCI_POWER_MANAGEMENT_H
EFI_STATUS
+EFIAPI
ResetPowerManagementFeature (
IN PCI_IO_DEVICE *PciIoDevice
)
|