Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /******************************************************************************
0003  *
0004  * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved.
0005  *
0006  * Modifications for inclusion into the Linux staging tree are
0007  * Copyright(c) 2010 Larry Finger. All rights reserved.
0008  *
0009  * Contact information:
0010  * WLAN FAE <wlanfae@realtek.com>
0011  * Larry Finger <Larry.Finger@lwfinger.net>
0012  *
0013  ******************************************************************************/
0014 #ifndef __RTL8712_REGDEF_H__
0015 #define __RTL8712_REGDEF_H__
0016 
0017 #include "rtl8712_syscfg_regdef.h"
0018 #include "rtl8712_cmdctrl_regdef.h"
0019 #include "rtl8712_macsetting_regdef.h"
0020 #include "rtl8712_timectrl_regdef.h"
0021 #include "rtl8712_fifoctrl_regdef.h"
0022 #include "rtl8712_ratectrl_regdef.h"
0023 #include "rtl8712_edcasetting_regdef.h"
0024 #include "rtl8712_wmac_regdef.h"
0025 #include "rtl8712_powersave_regdef.h"
0026 #include "rtl8712_gp_regdef.h"
0027 #include "rtl8712_debugctrl_regdef.h"
0028 
0029 #define HIMR    (RTL8712_INTERRUPT_ + 0x08)
0030 
0031 #endif /* __RTL8712_REGDEF_H__*/
0032