diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-05-01 23:37:35 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-05-04 21:52:38 -0400 |
commit | 2849d28d96718c6d2c0c9513745a45a02404bc91 (patch) | |
tree | 42de25aa35ccf16716a4e7562a9051c5a35b4b50 /sim/common/sim-hw.h | |
parent | 4d47dcfcf1cf8fa34df057b0d5accf7ab91b6b47 (diff) | |
download | binutils-gdb-2849d28d96718c6d2c0c9513745a45a02404bc91.tar.gz |
sim: hw: localize init callback
Now that we don't need to hardcode the module init list in a single
place, move the hw init logic out to the sim-hw file.
Diffstat (limited to 'sim/common/sim-hw.h')
-rw-r--r-- | sim/common/sim-hw.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sim/common/sim-hw.h b/sim/common/sim-hw.h index 976a2200716..82c404a0d6d 100644 --- a/sim/common/sim-hw.h +++ b/sim/common/sim-hw.h @@ -21,12 +21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #define SIM_HW_H -/* Establish this object */ - -SIM_RC sim_hw_install -(struct sim_state *sd); - - /* Parse a hardware definition */ struct hw *sim_hw_parse |