aboutsummaryrefslogtreecommitdiff
path: root/sim/common/hw-base.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1998-05-25 07:37:30 +0000
committerAndrew Cagney <cagney@redhat.com>1998-05-25 07:37:30 +0000
commit39e953a72287cfa9335871478f27258989a22a66 (patch)
tree6438a7bde0347193bf8971ff7f1024e27b85690d /sim/common/hw-base.h
parent2f06c437e28ea3bfab27cc9b9b11dd235397a938 (diff)
downloadfsf-binutils-gdb-39e953a72287cfa9335871478f27258989a22a66.zip
fsf-binutils-gdb-39e953a72287cfa9335871478f27258989a22a66.tar.gz
fsf-binutils-gdb-39e953a72287cfa9335871478f27258989a22a66.tar.bz2
Split out hw-event code. Clean up interface. Update all users.
Diffstat (limited to 'sim/common/hw-base.h')
-rw-r--r--sim/common/hw-base.h10
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