diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-05-25 08:29:05 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-05-25 08:29:05 +0000 |
commit | 325a1ba87687ac0a8002b24a6a1215b933ae28bb (patch) | |
tree | 7e6c37f8d8a42de205db97ee72101896334e926c /sim/common/hw-base.h | |
parent | 69be0d4cb816ba39cbe29091d8579b661f57d3fc (diff) | |
download | gdb-325a1ba87687ac0a8002b24a6a1215b933ae28bb.zip gdb-325a1ba87687ac0a8002b24a6a1215b933ae28bb.tar.gz gdb-325a1ba87687ac0a8002b24a6a1215b933ae28bb.tar.bz2 |
Initialize/destory hw-properties within the hw-device.
Diffstat (limited to 'sim/common/hw-base.h')
-rw-r--r-- | sim/common/hw-base.h | 8 |
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 |