diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-05-25 08:50:22 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-05-25 08:50:22 +0000 |
commit | c14db36dbbcef966978f8d8aee0b3670d3243bb0 (patch) | |
tree | 18befbba5eae86246d73d0a50788cf8eb75f5c10 /sim/common/hw-device.c | |
parent | 325a1ba87687ac0a8002b24a6a1215b933ae28bb (diff) | |
download | binutils-c14db36dbbcef966978f8d8aee0b3670d3243bb0.zip binutils-c14db36dbbcef966978f8d8aee0b3670d3243bb0.tar.gz binutils-c14db36dbbcef966978f8d8aee0b3670d3243bb0.tar.bz2 |
Add files hw-alloc.[hc] (mising from last CI)
Move set_* macro's from hw-base to hw-device.
Diffstat (limited to 'sim/common/hw-device.c')
-rw-r--r-- | sim/common/hw-device.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/common/hw-device.c b/sim/common/hw-device.c index b435ebd..41abab8 100644 --- a/sim/common/hw-device.c +++ b/sim/common/hw-device.c @@ -26,7 +26,6 @@ #include <stdlib.h> #endif - /* Address methods */ const hw_unit * @@ -36,7 +35,6 @@ hw_unit_address (struct hw *me) } - /* IOCTL: */ int |