diff options
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 * |