drv_can.h 366 B

12345678910111213141516171819
  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-08-05 Xeon Xu the first version
  9. */
  10. #ifndef __CAN_H__
  11. #define __CAN_H__
  12. #ifdef __cplusplus
  13. extern "C" {
  14. #endif
  15. extern int hw_can_init(void);
  16. #ifdef __cplusplus
  17. }
  18. #endif
  19. #endif /*__CAN_H__ */