From 325a1ba87687ac0a8002b24a6a1215b933ae28bb Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Mon, 25 May 1998 08:29:05 +0000 Subject: Initialize/destory hw-properties within the hw-device. --- sim/common/hw-properties.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'sim/common/hw-properties.c') 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 * -- cgit v1.1