]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciPowerManagement.h
clean up the un-suitable ';' location when declaring the functions.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Pci / PciBusDxe / PciPowerManagement.h
CommitLineData
3db51098 1/**@file\r
ead42efc 2\r
3Copyright (c) 2006, Intel Corporation \r
4All rights reserved. This program and the accompanying materials \r
5are licensed and made available under the terms and conditions of the BSD License \r
6which accompanies this distribution. The full text of the license may be found at \r
7http://opensource.org/licenses/bsd-license.php \r
8 \r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11\r
3db51098 12**/\r
ead42efc 13\r
14#ifndef _EFI_PCI_POWER_MANAGEMENT_H\r
15#define _EFI_PCI_POWER_MANAGEMENT_H\r
16\r
bcd70414 17/**\r
57076f45 18 This function is intended to turn off PWE assertion and\r
19 put the device to D0 state if the device supports\r
20 PCI Power Management.\r
ead42efc 21\r
57076f45 22 @param PciIoDevice Pci device instance\r
ead42efc 23\r
57076f45 24 @retval EFI_UNSUPPORTED Device do not support power management\r
25 @retval EFI_SUCCESS Success\r
bcd70414 26**/\r
57076f45 27EFI_STATUS\r
28ResetPowerManagementFeature (\r
29 IN PCI_IO_DEVICE *PciIoDevice\r
ed66e1bc 30 );\r
ead42efc 31\r
32#endif\r