cleanup: include/: move watchdog.h to drivers/watchdog.h
move watchdog.h to drivers/watchdog.h and create a shim for backward-compatibility. No functional changes to the headers. A warning in the shim can be controlled with CONFIG_COMPAT_INCLUDES. Related to #16539 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
4be2e9ebb6
commit
d4d20677ac
14 changed files with 266 additions and 251 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
#include <soc.h>
|
||||
#include <string.h>
|
||||
#include <watchdog.h>
|
||||
#include <drivers/watchdog.h>
|
||||
#include <device.h>
|
||||
|
||||
enum wdt_mode {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue