drv_wdt.h 156 B

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