diff options
Diffstat (limited to 'sim/bfin/dv-bfin_evt.h')
-rw-r--r-- | sim/bfin/dv-bfin_evt.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sim/bfin/dv-bfin_evt.h b/sim/bfin/dv-bfin_evt.h index defa0826c06..28a36ea2e9c 100644 --- a/sim/bfin/dv-bfin_evt.h +++ b/sim/bfin/dv-bfin_evt.h @@ -21,9 +21,6 @@ #ifndef DV_BFIN_EVT_H #define DV_BFIN_EVT_H -#define BFIN_COREMMR_EVT_BASE 0xFFE02000 -#define BFIN_COREMMR_EVT_SIZE (4 * 16) - extern void cec_set_evt (SIM_CPU *, int ivg, bu32 handler_addr); extern bu32 cec_get_evt (SIM_CPU *, int ivg); extern bu32 cec_get_reset_evt (SIM_CPU *); |