root/drivers/staging/rtl8192e/rtl8192e/rtl_pm.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 /*
   3  * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
   4  *
   5  * Contact Information: wlanfae <wlanfae@realtek.com>
   6  */
   7 #ifndef R8192E_PM_H
   8 #define R8192E_PM_H
   9 
  10 #include <linux/types.h>
  11 #include <linux/pci.h>
  12 
  13 int rtl92e_suspend(struct pci_dev *dev, pm_message_t state);
  14 int rtl92e_resume(struct pci_dev *dev);
  15 
  16 #endif

/* [<][>][^][v][top][bottom][index][help] */