thinkpad-acpi: handle HKEY 0x4010, 0x4011 events
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / staging / rtl8192u / r8180_pm.h
blobc7d18a8b79a12268a7fcb380b519031c70bae24d
1 /*
2 Power management interface routines.
3 Written by Mariusz Matuszek.
4 This code is currently just a placeholder for later work and
5 does not do anything useful.
7 This is part of rtl8180 OpenSource driver.
8 Copyright (C) Andrea Merello 2004 <andreamrl@tiscali.it>
9 Released under the terms of GPL (General Public Licence)
13 #ifdef CONFIG_RTL8180_PM
15 #ifndef R8180_PM_H
16 #define R8180_PM_H
18 #include <linux/types.h>
19 #include <linux/pci.h>
21 int rtl8180_save_state (struct pci_dev *dev, u32 state);
22 int rtl8180_suspend (struct pci_dev *dev, u32 state);
23 int rtl8180_resume (struct pci_dev *dev);
24 int rtl8180_enable_wake (struct pci_dev *dev, u32 state, int enable);
26 #endif //R8180_PM_H
28 #endif // CONFIG_RTL8180_PM