kernel: move syscall_handler.h to internal include directory
Move the syscall_handler.h header, used internally only to a dedicated internal folder that should not be used outside of Zephyr. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
a6b490073e
commit
4e396174ce
118 changed files with 118 additions and 119 deletions
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
#include <zephyr/kernel.h>
|
||||
#include <zephyr/syscall_handler.h>
|
||||
#include <zephyr/internal/syscall_handler.h>
|
||||
#include <zephyr/drivers/i2s.h>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue