SUN3X_PROM_BASE    32 arch/m68k/include/asm/sun3xprom.h #define SUN3X_P_GETCHAR   (SUN3X_PROM_BASE + 20)
SUN3X_PROM_BASE    33 arch/m68k/include/asm/sun3xprom.h #define SUN3X_P_PUTCHAR   (SUN3X_PROM_BASE + 24)
SUN3X_PROM_BASE    34 arch/m68k/include/asm/sun3xprom.h #define SUN3X_P_MAYGET    (SUN3X_PROM_BASE + 28)
SUN3X_PROM_BASE    35 arch/m68k/include/asm/sun3xprom.h #define SUN3X_P_MAYPUT    (SUN3X_PROM_BASE + 32)
SUN3X_PROM_BASE    36 arch/m68k/include/asm/sun3xprom.h #define SUN3X_P_REBOOT    (SUN3X_PROM_BASE + 96)
SUN3X_PROM_BASE    37 arch/m68k/include/asm/sun3xprom.h #define SUN3X_P_SETLEDS   (SUN3X_PROM_BASE + 144)
SUN3X_PROM_BASE    38 arch/m68k/include/asm/sun3xprom.h #define SUN3X_P_ABORT     (SUN3X_PROM_BASE + 152)
SUN3X_PROM_BASE   105 arch/m68k/sun3x/prom.c 	romvec = (struct linux_romvec *)SUN3X_PROM_BASE;