1 /*
2  * Copyright (c) 2017, Texas Instruments Incorporated
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  *
6  */
7 
8 #ifndef _CC3220SF_LAUNCHXL_H_
9 #define _CC3220SF_LAUNCHXL_H_
10 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
15 extern void CC3220SF_LAUNCHXL_init();
16 
17 #ifdef __cplusplus
18 }
19 #endif
20 
21 #endif /* _CC3220SF_LAUNCHXL_H_ */
22