diff options
author | Uros Majstorovic <majstor@majstor.org> | 2021-04-08 02:27:15 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2021-04-08 02:27:15 +0200 |
commit | 66e53b7e54878e2161f5c0dab6f90aebd9a1d97a (patch) | |
tree | 9ad45a813794be241123596531c993f471c01eb8 /fw/fe310/eos/msgq_def.h | |
parent | 4566511371a8a80201c1adb0535cde722cbd9b48 (diff) |
added board.h
Diffstat (limited to 'fw/fe310/eos/msgq_def.h')
-rw-r--r-- | fw/fe310/eos/msgq_def.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/fw/fe310/eos/msgq_def.h b/fw/fe310/eos/msgq_def.h deleted file mode 100644 index 2ad5fc5..0000000 --- a/fw/fe310/eos/msgq_def.h +++ /dev/null @@ -1,10 +0,0 @@ -/* asm */ -#define MSGQ_OFF_IDXR 0 -#define MSGQ_OFF_IDXW 1 -#define MSGQ_OFF_SIZE 2 -#define MSGQ_OFF_ARRAY 4 - -#define MSGQ_ITEM_OFF_TYPE 0 -#define MSGQ_ITEM_OFF_BUF 4 -#define MSGQ_ITEM_OFF_SIZE 8 -#define MSGQ_ITEM_SIZE 12 |