21 lines
350 B
C
21 lines
350 B
C
/*
|
|
* Copyright (c) 2006-2020, RT-Thread Development Team
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*
|
|
* Change Logs:
|
|
* Date Author Notes
|
|
* 2029-06-08 hqfang first implementation.
|
|
*/
|
|
|
|
#ifndef __DRV_WDT__
|
|
#define __DRV_WDT__
|
|
|
|
#include <rtthread.h>
|
|
#include <rtdevice.h>
|
|
#include <rthw.h>
|
|
#include <drv_config.h>
|
|
|
|
|
|
#endif
|