kernel_includes: add irq.h
A lot of code assumes kernel.h pulls in irq_lock(), guarantee this. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
b1a73a17bc
commit
4970bb092e
|
@ -36,5 +36,6 @@
|
||||||
#include <sys_clock.h>
|
#include <sys_clock.h>
|
||||||
#include <spinlock.h>
|
#include <spinlock.h>
|
||||||
#include <fatal.h>
|
#include <fatal.h>
|
||||||
|
#include <irq.h>
|
||||||
|
|
||||||
#endif /* ZEPHYR_INCLUDE_KERNEL_INCLUDES_H_ */
|
#endif /* ZEPHYR_INCLUDE_KERNEL_INCLUDES_H_ */
|
||||||
|
|
Loading…
Reference in a new issue