drv_can.h 171 B

123456789101112
  1. /*
  2. * Copyright (c) 2022 HPMicro
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. *
  6. */
  7. #ifndef DRV_CAN_H
  8. #define DRV_CAN_H
  9. int rt_hw_can_init(void);
  10. #endif /* DRV_CAN_H */