Moved eeprom_uio to machdep.h

This commit is contained in:
gwr 1997-03-18 23:39:20 +00:00
parent 9f13c3afe5
commit 63176de160
2 changed files with 5 additions and 12 deletions

View File

@ -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 */

View File

@ -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));