SUN3X_PROM_BASE
#define SUN3X_P_GETCHAR (SUN3X_PROM_BASE + 20)
#define SUN3X_P_PUTCHAR (SUN3X_PROM_BASE + 24)
#define SUN3X_P_MAYGET (SUN3X_PROM_BASE + 28)
#define SUN3X_P_MAYPUT (SUN3X_PROM_BASE + 32)
#define SUN3X_P_REBOOT (SUN3X_PROM_BASE + 96)
#define SUN3X_P_SETLEDS (SUN3X_PROM_BASE + 144)
#define SUN3X_P_ABORT (SUN3X_PROM_BASE + 152)
romvec = (struct linux_romvec *)SUN3X_PROM_BASE;