From 19cdae49536283a8c2647e2c39c91c279021cf4d Mon Sep 17 00:00:00 2001
From: lephe <sebastien.mld@numericable.fr>
Date: Sat, 4 May 2019 14:59:13 +0200
Subject: [PATCH] core: expose the syscall header

Will be used in time for BFile.
---
 include/{core => gint}/syscalls.h | 0
 src/core/bootlog.c                | 2 +-
 src/t6k11/t6k11.c                 | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename include/{core => gint}/syscalls.h (100%)

diff --git a/include/core/syscalls.h b/include/gint/syscalls.h
similarity index 100%
rename from include/core/syscalls.h
rename to include/gint/syscalls.h
diff --git a/src/core/bootlog.c b/src/core/bootlog.c
index f825bc0..845ce79 100644
--- a/src/core/bootlog.c
+++ b/src/core/bootlog.c
@@ -11,7 +11,7 @@
 
 #include <gint/gint.h>
 #include <gint/display.h>
-#include <core/syscalls.h>
+#include <gint/syscalls.h>
 #include <gint/clock.h>
 
 #ifdef GINT_BOOT_LOG
diff --git a/src/t6k11/t6k11.c b/src/t6k11/t6k11.c
index df8986f..e0b37ce 100644
--- a/src/t6k11/t6k11.c
+++ b/src/t6k11/t6k11.c
@@ -9,7 +9,7 @@
 #include <gint/defs/types.h>
 #include <gint/mpu.h>
 
-#include <core/syscalls.h>
+#include <gint/syscalls.h>
 
 #ifdef FX9860G