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-properties.c | |
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-properties.c')
-rw-r--r-- | sim/common/hw-properties.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sim/common/hw-properties.c b/sim/common/hw-properties.c index b46f295..ceb8d64 100644 --- a/sim/common/hw-properties.c +++ b/sim/common/hw-properties.c @@ -42,6 +42,17 @@ struct hw_property_data { unsigned sizeof_init_array; }; +void +create_hw_property_data (struct hw *me) +{ +} + +void +delete_hw_property_data (struct hw *me) +{ +} + + /* Device Properties: */ static struct hw_property_data * |