NetBSD/sys/arch/newsmips/stand/boot/promdev.h

13 lines
239 B
C
Raw Normal View History

1999-12-22 08:54:41 +03:00
struct romdev {
int fd;
int devtype;
};
#define DT_BLOCK 1
#define DT_NET 2
int net_open __P((struct romdev *));
int net_close __P((struct romdev *));
int net_mountroot __P((void));
int prom_getether __P((struct romdev *, u_char *));