GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / staging / rtl8192e / r8192_pm.h
blob4da9b464b416e657d794ba60a846b23f2aa6b972
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 #ifndef R8192E_PM_H
14 #define R8192E_PM_H
16 #include <linux/types.h>
17 #include <linux/pci.h>
19 int rtl8192E_save_state (struct pci_dev *dev, pm_message_t state);
20 int rtl8192E_suspend (struct pci_dev *dev, pm_message_t state);
21 int rtl8192E_resume (struct pci_dev *dev);
22 int rtl8192E_enable_wake (struct pci_dev *dev, pm_message_t state, int enable);
24 #endif //R8192E_PM_H