drv_rtc.h 218 B

1234567891011121314151617
  1. /*
  2. * Copyright (c) 2021 HPMicro
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. *
  6. */
  7. #ifndef DRV_RTC_H
  8. #define DRV_RTC_H
  9. #include <rtthread.h>
  10. #include <rtdevice.h>
  11. int rt_hw_rtc_init(void);
  12. #endif /* DRV_RTC_H */