Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux-2.6-microblaze.git] / drivers / staging / rtl8192e / rtl8192e / rtl_pm.h
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 device *dev_d);
14 int rtl92e_resume(struct device *dev_d);
15
16 #endif