/* * Copyright (c) 2006-2024 RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2024-11-25 hywing The first version for NXP MCXA153 Board */ #ifndef __DRV_WDT_H__ #define __DRV_WDT_H__ #include #include int rt_hw_wdt_init(void); #endif /* __DRV_WDT_H__ */