patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / arch / mips / gt64120 / momenco_ocelot / prom.c
index 94dc30c..8677b6d 100644 (file)
 
 #include <asm/addrspace.h>
 #include <asm/bootinfo.h>
-
-struct callvectors {
-       int     (*open) (char*, int, int);
-       int     (*close) (int);
-       int     (*read) (int, void*, int);
-       int     (*write) (int, void*, int);
-       off_t   (*lseek) (int, off_t, int);
-       int     (*printf) (const char*, ...);
-       void    (*cacheflush) (void);
-       char*   (*gets) (char*);
-};
+#include <asm/pmon.h>
 
 struct callvectors* debug_vectors;