2019-06-28 14:02:20 +08:00
|
|
|
/*
|
2023-02-11 08:13:40 +08:00
|
|
|
* Copyright (c) 2006-2023, RT-Thread Development Team
|
2019-06-28 14:02:20 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*
|
|
|
|
* Change Logs:
|
|
|
|
* Date Author Notes
|
|
|
|
* 2019-06-28 misonyo the first version.
|
|
|
|
*/
|
2022-01-26 12:24:09 +08:00
|
|
|
|
2020-11-23 15:18:03 +08:00
|
|
|
#ifndef DRV_CAN_H__
|
|
|
|
#define DRV_CAN_H__
|
2019-06-28 14:02:20 +08:00
|
|
|
|
|
|
|
int rt_hw_can_init(void);
|
|
|
|
|
2020-11-23 15:18:03 +08:00
|
|
|
#endif /* DRV_CAN_H__ */
|