diff options
Diffstat (limited to 'sim/sh64/sh64-sim.h')
-rw-r--r-- | sim/sh64/sh64-sim.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sim/sh64/sh64-sim.h b/sim/sh64/sh64-sim.h index aaddfed..c4d5b6f 100644 --- a/sim/sh64/sh64-sim.h +++ b/sim/sh64/sh64-sim.h @@ -20,20 +20,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef SH64_SIM_H #define SH64_SIM_H -#define GETTWI GETTSI -#define SETTWI SETTSI - - enum { ISM_COMPACT, ISM_MEDIA }; -/* Hardware/device support. */ -extern device sh5_devices; - -/* FIXME: Temporary, until device support ready. */ -struct _device { int foo; }; - extern IDESC * sh64_idesc_media; extern IDESC * sh64_idesc_compact; |