aboutsummaryrefslogtreecommitdiff
path: root/sim/common/hw-base.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/common/hw-base.h')
-rw-r--r--sim/common/hw-base.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/common/hw-base.h b/sim/common/hw-base.h
index 1866d64..f63807c 100644
--- a/sim/common/hw-base.h
+++ b/sim/common/hw-base.h
@@ -150,6 +150,14 @@ extern void delete_hw_port_data
(struct hw *hw);
+/* PROPERTIES */
+
+extern void create_hw_property_data
+(struct hw *hw);
+extern void delete_hw_property_data
+(struct hw *hw);
+
+
/* EVENTS */
extern void create_hw_event_data