binutils-gdb/sim/h8300/sim-main.h
Mike Frysinger 758f5a9875 sim: h8300: move arch-specific settings to internal header
There's no need for these settings to be in sim-main.h which is shared
with common/ sim code, so move it all out to a new header which only
this port will include.
2022-12-23 08:32:58 -05:00

10 lines
167 B
C

/* Main header for the Hitachi h8/300 architecture. */
#ifndef SIM_MAIN_H
#define SIM_MAIN_H
#include "sim-basics.h"
#include "sim-base.h"
#endif /* SIM_MAIN_H */