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:
Andrew Boie 2019-10-04 18:17:19 -07:00 committed by Anas Nashif
parent b1a73a17bc
commit 4970bb092e

View file

@ -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_ */