Use macros for TUI window names
[deliverable/binutils-gdb.git] / sim / sh64 / sh64-sim.h
index fb5fba5482236c1c690ebe8d904a8f8e3f3b11af..e5f84dc4f479c5275715699bfeb6ebca943dacf3 100644 (file)
@@ -1,5 +1,5 @@
 /* collection of junk waiting time to sort out
 /* collection of junk waiting time to sort out
-   Copyright (C) 2000-2013 Free Software Foundation, Inc.
+   Copyright (C) 2000-2020 Free Software Foundation, Inc.
    Contributed by Red Hat, Inc.
 
 This file is part of the GNU Simulators.
    Contributed by Red Hat, Inc.
 
 This file is part of the GNU Simulators.
@@ -20,20 +20,10 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 #ifndef SH64_SIM_H
 #define SH64_SIM_H
 
 #ifndef SH64_SIM_H
 #define SH64_SIM_H
 
-#define GETTWI GETTSI
-#define SETTWI SETTSI
-\f
-
 enum {
   ISM_COMPACT, ISM_MEDIA
 };
 
 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;
 
 extern IDESC * sh64_idesc_media;
 extern IDESC * sh64_idesc_compact;
 
This page took 0.023116 seconds and 4 git commands to generate.