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 575a457..3314906 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 +#define EOS_ERR_NET -20 void eos_init(void); |