diff options
author | Uros Majstorovic <majstor@majstor.org> | 2019-11-27 05:11:57 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2019-11-27 05:11:57 +0100 |
commit | 6e590ae189f245bf0b567ddcc2f16a34088d0805 (patch) | |
tree | b0199a5e904cc8a71f2e888031580dd48d8c5aec /code/fe310/eos/net_def.h | |
parent | 0a97f2314463cb1c8b882bb340db284c55fc18ed (diff) |
spi/net integration bugfix
Diffstat (limited to 'code/fe310/eos/net_def.h')
-rw-r--r-- | code/fe310/eos/net_def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/code/fe310/eos/net_def.h b/code/fe310/eos/net_def.h index 473714c..e38216d 100644 --- a/code/fe310/eos/net_def.h +++ b/code/fe310/eos/net_def.h @@ -10,6 +10,7 @@ #define NET_STATE_FLAG_CTS 0x08 #define NET_STATE_FLAG_INIT 0x10 #define NET_STATE_FLAG_ONEW 0x20 +#define NET_STATE_FLAG_XCHG 0x40 #define NET_MTYPE_FLAG_ONEW 0x10 |