]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciPowerManagement.h
Coding style modification.
[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
17EFI_STATUS\r
18ResetPowerManagementFeature (\r
19 IN PCI_IO_DEVICE *PciIoDevice\r
20 )\r
bcd70414 21/**\r
ead42efc 22\r
23Routine Description:\r
24\r
25 TODO: Add function description\r
26\r
27Arguments:\r
28\r
29 PciIoDevice - TODO: add argument description\r
30\r
31Returns:\r
32\r
33 TODO: add return values\r
34\r
bcd70414 35**/\r
ead42efc 36;\r
37\r
38#endif\r