/* * Copyright (c) 2006-2024, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2024-09-04 Alex First version for MCXC444 */ #ifndef __DRV_WDT_H__ #define __DRV_WDT_H__ #include #include int rt_hw_wdt_init(void); #endif /* __DRV_WDT_H__ */