4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-25 05:27:20 +08:00
2024-03-24 09:18:25 +08:00

15 lines
157 B
C

/*
* Copyright (c) 2021 HPMicro
*
* SPDX-License-Identifier: BSD-3-Clause
*
*/
#ifndef DRV_WDT_H
#define DRV_WDT_H
int rt_hw_wdt_init(void);
#endif