diff options
author | Nick Clifton <nickc@redhat.com> | 2003-03-17 10:34:29 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-03-17 10:34:29 +0000 |
commit | c745f853be44395ff7a11f944c8ef435bdd234f8 (patch) | |
tree | 5ee657881adf0cdb73ee2a97a53c3bfe824a9994 /include/opcode/h8300.h | |
parent | 4b170a4bf45f345496d4795ca5d4562922ccf686 (diff) | |
download | newlib-c745f853be44395ff7a11f944c8ef435bdd234f8.zip newlib-c745f853be44395ff7a11f944c8ef435bdd234f8.tar.gz newlib-c745f853be44395ff7a11f944c8ef435bdd234f8.tar.bz2 |
(O_SYS_CMDLINE): New pseudo opcode for command line processing.
Diffstat (limited to 'include/opcode/h8300.h')
-rw-r--r-- | include/opcode/h8300.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/opcode/h8300.h b/include/opcode/h8300.h index 034c7bc..bdba345 100644 --- a/include/opcode/h8300.h +++ b/include/opcode/h8300.h @@ -313,6 +313,8 @@ struct h8_opcode #define O_SYS_CLOSE 105 #define O_SYS_STAT 106 #define O_SYS_FSTAT 107 +/* Space reserved for future file I/O system calls. */ +#define O_SYS_CMDLINE 120 /* End of System Call specific Changes. */ #define SB 0 #define SW 1 |