include: add missing sys_clock.h include
Some headers made use of types defined in sys_clock.h (e.g. k_timeout_t) without including it. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
98272b324b
commit
ac63bca423
|
@ -15,6 +15,7 @@
|
|||
#include <zephyr/timing/timing.h>
|
||||
#include <aarch32/cortex_m/dwt.h>
|
||||
#include <zephyr/arch/arm/aarch32/cortex_m/cmsis.h>
|
||||
#include <zephyr/sys_clock.h>
|
||||
|
||||
/**
|
||||
* @brief Return the current frequency of the cycle counter
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
#include <zephyr/drivers/counter.h>
|
||||
#include <zephyr/irq.h>
|
||||
#include <zephyr/kernel.h>
|
||||
#include <zephyr/sys_clock.h>
|
||||
#include <fsl_rtc.h>
|
||||
#include <zephyr/logging/log.h>
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
#include <zephyr/arch/cpu.h>
|
||||
#include <zephyr/device.h>
|
||||
#include <zephyr/irq.h>
|
||||
#include <zephyr/sys_clock.h>
|
||||
#include <soc.h>
|
||||
#include <zephyr/drivers/timer/system_timer.h>
|
||||
#include "xlnx_psttc_timer_priv.h"
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
#include <zephyr/drivers/watchdog.h>
|
||||
#include <zephyr/logging/log.h>
|
||||
#include <zephyr/sys_clock.h>
|
||||
|
||||
#include <gd32_fwdgt.h>
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
#include <zephyr/drivers/watchdog.h>
|
||||
#include <zephyr/kernel.h>
|
||||
#include <zephyr/sys_clock.h>
|
||||
#include <soc.h>
|
||||
#include <stm32_ll_bus.h>
|
||||
#include <stm32_ll_iwdg.h>
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
|
||||
#include <zephyr/drivers/watchdog.h>
|
||||
#include <zephyr/irq.h>
|
||||
#include <zephyr/sys_clock.h>
|
||||
#include <fsl_wwdt.h>
|
||||
#include <fsl_clock.h>
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
#include <zephyr/drivers/clock_control/stm32_clock_control.h>
|
||||
#include <zephyr/drivers/clock_control.h>
|
||||
#include <zephyr/irq.h>
|
||||
#include <zephyr/sys_clock.h>
|
||||
|
||||
#include "wdt_wwdg_stm32.h"
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
#include <zephyr/drivers/watchdog.h>
|
||||
#include <zephyr/irq.h>
|
||||
#include <zephyr/logging/log.h>
|
||||
#include <zephyr/sys_clock.h>
|
||||
|
||||
#include <gd32_wwdgt.h>
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
#include <zephyr/device.h>
|
||||
#include <zephyr/kernel.h>
|
||||
#include <string.h>
|
||||
#include <zephyr/sys_clock.h>
|
||||
#include <zephyr/sys/util.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
#include <zephyr/types.h>
|
||||
#include <stddef.h>
|
||||
#include <zephyr/device.h>
|
||||
#include <zephyr/sys_clock.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Reference in a new issue