diff options
Diffstat (limited to 'sim/common/hw-base.h')
-rw-r--r-- | sim/common/hw-base.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sim/common/hw-base.h b/sim/common/hw-base.h index 27702c8..99d68ac 100644 --- a/sim/common/hw-base.h +++ b/sim/common/hw-base.h @@ -27,6 +27,7 @@ #include "hw-device.h" #include "hw-properties.h" +#include "hw-events.h" /* #include "hw-instances.h" */ /* #include "hw-handles.h" */ #include "hw-ports.h" @@ -140,4 +141,13 @@ extern void delete_hw_port_data (struct hw *hw); +/* EVENTS */ + +extern void create_hw_event_data +(struct hw *hw); +extern void delete_hw_event_data +(struct hw *hw); + + + #endif |