drv_fdcan.h 331 B

12345678910111213141516171819202122
  1. /*
  2. * Copyright (c) 2006-2021, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2020-07-06 thread-liu first version
  9. */
  10. #ifndef __DRV_FDCAN_H__
  11. #define __DRV_FDCAN_H__
  12. #ifdef __cplusplus
  13. extern "C" {
  14. #endif
  15. #ifdef __cplusplus
  16. }
  17. #endif
  18. #endif