From 6c7ac8ffd4f21a159438959cb365c7caa279e149 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Wed, 21 Mar 2018 05:56:42 +0100 Subject: fixed net driver; added asm version of spi handlers --- code/fe310/eos/msgq_def.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'code/fe310/eos/msgq_def.h') diff --git a/code/fe310/eos/msgq_def.h b/code/fe310/eos/msgq_def.h index 683de9b..733fc39 100644 --- a/code/fe310/eos/msgq_def.h +++ b/code/fe310/eos/msgq_def.h @@ -4,3 +4,7 @@ #define MSGQ_OFF_SIZE 2 #define MSGQ_OFF_ARRAY 4 #define MSGQ_ITEM_SIZE 12 + +#define MSGQ_ITEM_OFF_CMD 0 +#define MSGQ_ITEM_OFF_BUF 4 +#define MSGQ_ITEM_OFF_SIZE 8 -- cgit v1.2.3