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:
Anas Nashif 2023-09-26 22:46:01 +00:00 committed by Carles Cufí
commit 4e396174ce
118 changed files with 118 additions and 119 deletions

View file

@ -5,7 +5,7 @@
*/
#include <zephyr/kernel.h>
#include <zephyr/syscall_handler.h>
#include <zephyr/internal/syscall_handler.h>
#include <zephyr/drivers/i2s.h>