diff --git a/sys/arch/sun3x/include/eeprom.h b/sys/arch/sun3x/include/eeprom.h index f428bedccc7c..9c7430ac4abe 100644 --- a/sys/arch/sun3x/include/eeprom.h +++ b/sys/arch/sun3x/include/eeprom.h @@ -1,4 +1,4 @@ -/* $NetBSD: eeprom.h,v 1.1.1.1 1997/01/14 20:57:05 gwr Exp $ */ +/* $NetBSD: eeprom.h,v 1.2 1997/03/18 23:39:20 gwr Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -175,13 +175,3 @@ struct eeprom { /* 0x700 */ u_char eeUnixArea[0x100]; }; - -#ifdef _KERNEL -/* Value of eeConsole (for convenience of drivers). */ -extern int ee_console; - -/* Function to get other bytes. */ -extern int ee_get_byte __P((int off, int canwait)); -extern int eeprom_uio __P((struct uio *uio)); - -#endif /* _KERNEL */ diff --git a/sys/arch/sun3x/include/machdep.h b/sys/arch/sun3x/include/machdep.h index 64a2c5793c52..4f3004a187eb 100644 --- a/sys/arch/sun3x/include/machdep.h +++ b/sys/arch/sun3x/include/machdep.h @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.h,v 1.8 1997/03/17 19:03:27 gwr Exp $ */ +/* $NetBSD: machdep.h,v 1.9 1997/03/18 23:39:21 gwr Exp $ */ /* * Copyright (c) 1994 Gordon W. Ross @@ -93,6 +93,7 @@ struct pcb; struct proc; struct reg; struct trapframe; +struct uio; extern int cold; extern int fputype; @@ -136,6 +137,8 @@ void cninit __P((void)); void dumpconf __P((void)); void dumpsys __P((void)); +int eeprom_uio __P((struct uio *uio)); + int fpu_emulate __P((struct trapframe *, struct fpframe *)); int getdfc __P((void));