diff options
author | Uros Majstorovic <majstor@majstor.org> | 2018-03-14 18:31:22 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2018-03-14 18:31:22 +0100 |
commit | 4b655364d426f8429b063d9746c754beca6f7d1f (patch) | |
tree | 73afa86876733d81cf0fc331643cb0a6cd036e5e /code/fe310/eos/eos.h | |
parent | 7e209672e005b911166f27b691acfc6c988e93fb (diff) |
fixed concerning new asm trap entry
Diffstat (limited to 'code/fe310/eos/eos.h')
-rw-r--r-- | code/fe310/eos/eos.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/code/fe310/eos/eos.h b/code/fe310/eos/eos.h index 938030e..8ca73e5 100644 --- a/code/fe310/eos/eos.h +++ b/code/fe310/eos/eos.h @@ -1,5 +1,6 @@ #define EOS_OK 0 #define EOS_ERR_Q_FULL -10 +#define EOS_ERR_Q_EMPTY -11 void eos_init(void); void eos_start(void); |