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
13int rtl92e_suspend(struct device *dev_d);
14int rtl92e_resume(struct device *dev_d);
15
16#endif
17