1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
4  *
5  * Based on the r8180 driver, which is:
6  * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al.
7  *
8  * Contact Information: wlanfae <wlanfae@realtek.com>
9  */
10 #ifndef _RTL_PCI_H
11 #define _RTL_PCI_H
12 
13 #include <linux/types.h>
14 #include <linux/pci.h>
15 
16 struct net_device;
17 bool rtl92e_check_adapter(struct pci_dev *pdev, struct net_device *dev);
18 
19 #endif
20