2 * Nios2 semihosting interface.
4 * Copyright Linaro Ltd 2022
5 * SPDX-License-Identifier: GPL-2.0-or-later
12 #define HOSTED_INIT_SIM 1
14 #define HOSTED_CLOSE 3
16 #define HOSTED_WRITE 5
17 #define HOSTED_LSEEK 6
18 #define HOSTED_RENAME 7
19 #define HOSTED_UNLINK 8
21 #define HOSTED_FSTAT 10
22 #define HOSTED_GETTIMEOFDAY 11
23 #define HOSTED_ISATTY 12
24 #define HOSTED_SYSTEM 13
26 #define semihosting_call break 1
28 #endif /* SEMICALL_H */