mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-30 13:33:53 +08:00
758f5a9875
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.
10 lines
167 B
C
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 */
|