1 /*
2  * Copyright (c) 2006-2018, RT-Thread Development Team
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  *
6  * Change Logs:
7  * Date           Author       Notes
8  * 2018-01-06     sundm75       first version
9  */
10 
11 #ifndef LS1C_DRV_CAN_H
12 #define LS1C_DRV_CAN_H
13 
14 extern int ls1c_bxcan_init(void);
15 
16 #endif /*DRV_CAN_H_*/
17