aboutsummaryrefslogtreecommitdiff
path: root/inc/platform/rtl876x_ic_type.h
blob: 9c006b20ed7f82459a2a98a1543798896a331ac3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/**
*****************************************************************************************
*               Copyright(c) 2020, Realtek Semiconductor Corporation. All rights reserved.
************************************************************************************************************
  * @file    rtl876x_ic_type.h
  * @brief   IC type selection
  * @author
  * @date
  * @version v1.0
  ***************************************************************************************
    * @attention
  * <h2><center>&copy; COPYRIGHT 2020 Realtek Semiconductor Corporation</center></h2>
  ***************************************************************************************
  */

#ifndef _RTL876X_IC_TYPE_H_
#define _RTL876X_IC_TYPE_H_

#ifdef __cplusplus
extern "C" {
#endif

#define IC_TYPE_SBEE2   9
#define IC_TYPE_BEE3    12

#define IC_TYPE    IC_TYPE_BEE3

#ifdef __cplusplus
}
#endif

#endif