summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/ng1hw.h
diff options
context:
space:
mode:
authorUlf Carlsson <md1ulfc@mdstud.chalmers.se>1999-08-04 06:01:51 +0000
committerUlf Carlsson <md1ulfc@mdstud.chalmers.se>1999-08-04 06:01:51 +0000
commit676a4a77d9dcb03e5489d072fe8e2961b0dee822 (patch)
tree9de899575bee6277e2b59d48ff92c68c51227f89 /include/asm-mips/ng1hw.h
parentd27e47dc2bcf5c6a982fed1ef605ecbdf0f5cc7a (diff)
Make it compile.
Diffstat (limited to 'include/asm-mips/ng1hw.h')
-rw-r--r--include/asm-mips/ng1hw.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/include/asm-mips/ng1hw.h b/include/asm-mips/ng1hw.h
index f034b6443..5a7c7efb6 100644
--- a/include/asm-mips/ng1hw.h
+++ b/include/asm-mips/ng1hw.h
@@ -1,4 +1,4 @@
-/* $Id: ng1hw.h,v 1.2 1999/07/04 01:10:23 ulfc Exp $
+/* $Id: ng1hw.h,v 1.3 1999/07/24 17:34:14 ulfc Exp $
*
* ng1hw.h: Tweaks the newport.h structures and definations to be compatible
* with IRIX. Quite ugly, but it works.
@@ -13,13 +13,11 @@
#include <asm/newport.h>
#define rex3regs newport_rexregs
-#define rex3chip newport_regs
#define configregs newport_cregs
#define float_long npfreg_t
-typedef struct rex3regs Rex3regs;
-typedef struct rex3chip Rex3chip;
-typedef struct configregs Configregs;
+typedef struct newport_rexregs Rex3regs;
+typedef struct newport_cregs Configregs;
typedef union np_dcb DCB_reg;