4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-26 01:37:24 +08:00

14 lines
156 B
C
Raw Normal View History

/*
* 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