1
0
mirror of https://github.com/j-core/j-core-ice40.git synced 2026-02-27 00:59:59 +00:00
Files
j-core.j-core-ice40/testrom/syscalls.h
2019-03-03 19:35:20 -05:00

13 lines
311 B
C

#ifndef __GDBSTUB_UNISTD_H__
#define __GDBSTUB_UNISTD_H__
#define __NR_open 1
#define __NR_close 2
#define __NR_read 3
#define __NR_write 4
#define __NR_lseek 5
#define __NR_syscalls 5
#endif /* __GDBSTUB_UNISTD_H__ */