mirror of
https://git.planet-casio.com/Vhex-Kernel-Core/fxlibc.git
synced 2025-01-01 14:33:36 +01:00
12 lines
236 B
C
12 lines
236 B
C
#ifndef __LIB_SYS_SYSCALL_H__
|
|
# define __LIB_SYS_SYSCALL_H__
|
|
|
|
#include <stddef.h>
|
|
#include <stdint.h>
|
|
|
|
// include Vhex kernel real syscall
|
|
#include <asm/unistd_32.h>
|
|
|
|
//TODO include Casio's syscall !!
|
|
|
|
#endif /*__LIB_SYS_SYSCALL_H__*/
|