diff options
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 3314906..f1d7907 100644 --- a/code/fe310/eos/eos.h +++ b/code/fe310/eos/eos.h @@ -1,4 +1,5 @@ #define EOS_OK 0 +#define EOS_ERR -1 #define EOS_ERR_Q_FULL -10 #define EOS_ERR_Q_EMPTY -11 #define EOS_ERR_NET -20 |