1 /*
2  * Copyright (C) 2015-2020 Alibaba Group Holding Limited
3  */
4 
5 #ifndef __TRANS_ADAPT_H__
6 #define __TRANS_ADAPT_H__
7 
8 #if defined(__cplusplus)
9 extern "C" {
10 #endif
11 
12 #if defined(ENHANCED_STACK)
13 #include "trans_adapt_v2.h"
14 #else
15 #include "trans_adapt_v1.h"
16 #endif
17 
18 #if defined(__cplusplus)
19 }
20 #endif
21 
22 #endif /* __TRANS_ADAPT_H__ */
23