/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __WCN_GLB_H__ #define __WCN_GLB_H__ #include #include "bufring.h" #include "wcn_parn_parser.h" #include "wcn_txrx.h" #include "wcn_log.h" #ifndef CONFIG_CHECK_DRIVER_BY_CHIPID #ifdef CONFIG_UWE5621 #include "uwe5621_glb.h" #endif #ifdef CONFIG_UWE5622 #include "uwe5622_glb.h" #endif #ifdef CONFIG_UWE5623 #include "uwe5623_glb.h" #endif #else #include "uwe562x_glb.h" #endif #include "wcn_dump.h" #include "loopcheck.h" #include "rdc_debug.h" #endif