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/drivers/rtc.h>
#include <zephyr/syscall_handler.h>
#include <zephyr/internal/syscall_handler.h>
static inline int z_vrfy_rtc_set_time(const struct device *dev, const struct rtc_time *timeptr)
{