HPM SDK
HPMicro Software Development Kit
hpm_tsw_phy_common.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2024 HPMicro
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  *
6  */
7 #ifndef HPM_TSW_PHY_COMMON_H
8 #define HPM_TSW_PHY_COMMON_H
9 
10 #if defined(__USE_RTL8211) && __USE_RTL8211
11  #include "hpm_rtl8211.h"
12  #include "hpm_rtl8211_regs.h"
13 #endif
14 
15 #if defined(__USE_JL1111) && __USE_JL1111
16  #include "hpm_jl1111.h"
17  #include "hpm_jl1111_regs.h"
18 #endif
19 
20 #endif /* HPM_TSW_PHY_H */