mirror of
https://git.planet-casio.com/Vhex-Kernel-Core/fxlibc.git
synced 2025-01-01 14:33:36 +01:00
13 lines
328 B
C
13 lines
328 B
C
#ifndef __ASM_UNISTD_32_H__
|
|
# define __ASM_UNISTD_32_H__
|
|
|
|
// ABI redirection
|
|
#if defined(__SUPPORT_VHEX_KERNEL)
|
|
# include <vhex/unistd_32.h>
|
|
#elif defined(__SUPPORT_CASIO_ABI_FX9860G)
|
|
# include <fx9860g/unistd_32.h>
|
|
#elif defined(__SUPPORT_CASIO_ABI_FXCG50)
|
|
# include <fxcg50/unistd_32.h>
|
|
#endif
|
|
|
|
#endif /*__ASM_UNISTD_32_H__*/
|