1 /****************************************************************************** 2 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 * 4 * This program is distributed in the hope that it will be useful, but WITHOUT 5 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 6 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 7 * more details. 8 * 9 * The full GNU General Public License is included in this distribution in the 10 * file called LICENSE. 11 * 12 * Contact Information: 13 * wlanfae <wlanfae@realtek.com> 14 *****************************************************************************/ 15 16 #ifndef R8192E_PM_H 17 #define R8192E_PM_H 18 19 #include <linux/types.h> 20 #include <linux/pci.h> 21 22 int rtl92e_suspend(struct pci_dev *dev, pm_message_t state); 23 int rtl92e_resume(struct pci_dev *dev); 24 25 #endif 26