Use macros for TUI window names
[deliverable/binutils-gdb.git] / sim / sh64 / sh64-sim.h
index 15e8e789e223c685e7b92d01f2277846cbc4772c..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, 2006, 2008, 2009 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.025017 seconds and 4 git commands to generate.