Merge pull request #1077 from riscv-collab/remove-slot_t-from-riscv-013
riscv-013: Remove unused typedef slot_t
This commit is contained in:
commit
8568f9b9af
|
@ -101,12 +101,6 @@ typedef enum {
|
|||
DMI_STATUS_BUSY = DTM_DMI_OP_BUSY
|
||||
} dmi_status_t;
|
||||
|
||||
typedef enum slot {
|
||||
SLOT0,
|
||||
SLOT1,
|
||||
SLOT_LAST,
|
||||
} slot_t;
|
||||
|
||||
/*** Debug Bus registers. ***/
|
||||
|
||||
/* TODO: CMDERR_* defines can removed */
|
||||
|
|
Loading…
Reference in New Issue