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:
Evgeniy Naydanov 2024-06-04 12:06:37 +03:00 committed by GitHub
commit 8568f9b9af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 6 deletions

View File

@ -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 */