1/* SPDX-License-Identifier: GPL-2.0 */
2/******************************************************************************
3 *
4 * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved.
5 *
6 * Modifications for inclusion into the Linux staging tree are
7 * Copyright(c) 2010 Larry Finger. All rights reserved.
8 *
9 * Contact information:
10 * WLAN FAE <wlanfae@realtek.com>
11 * Larry Finger <Larry.Finger@lwfinger.net>
12 *
13 ******************************************************************************/
14#ifndef __RTL8712_REGDEF_H__
15#define __RTL8712_REGDEF_H__
16
17#include "rtl8712_syscfg_regdef.h"
18#include "rtl8712_cmdctrl_regdef.h"
19#include "rtl8712_macsetting_regdef.h"
20#include "rtl8712_timectrl_regdef.h"
21#include "rtl8712_fifoctrl_regdef.h"
22#include "rtl8712_ratectrl_regdef.h"
23#include "rtl8712_edcasetting_regdef.h"
24#include "rtl8712_wmac_regdef.h"
25#include "rtl8712_powersave_regdef.h"
26#include "rtl8712_gp_regdef.h"
27#include "rtl8712_debugctrl_regdef.h"
28
29#define HIMR	(RTL8712_INTERRUPT_ + 0x08)
30
31#endif /* __RTL8712_REGDEF_H__*/
32
33