Sync usage with man page.
[netbsd-mini2440.git] / sys / arch / newsmips / stand / boot / promdev.h
blob15088a32deff47f56cec660c3abd0e56ca10c680
1 struct romdev {
2 int fd;
3 int devtype;
4 char devname[32];
5 };
7 #define DT_BLOCK 1
8 #define DT_NET 2
10 int net_open(struct romdev *);
11 int net_close(struct romdev *);
12 int net_mountroot(void);
13 int prom_getether(struct romdev *, u_char *);