[DeviceDrivers] Add watchdog driver frame work

This commit is contained in:
bernard
2014-03-04 14:32:56 +08:00
parent 020e95d91b
commit 306e1ac43f
4 changed files with 176 additions and 0 deletions

View File

@@ -320,5 +320,9 @@ void rt_data_queue_reset(struct rt_data_queue *queue);
#include "drivers/sdio.h"
#endif
#ifdef RT_USING_WDT
#include "drivers/watchdog.h"
#endif
#endif /* __RT_DEVICE_H__ */