Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / arch / sun68k / stand / bootxx / conf.c
blob36468d73a9da26e224036961398cfc9f4e022d8d
1 /* $NetBSD: conf.c,v 1.1 2001/06/14 12:57:12 fredette Exp $ */
3 #include <stand.h>
4 #include <dev_disk.h>
6 struct devsw devsw[] = {
7 { "disk", disk_strategy, disk_open, disk_close, disk_ioctl },
8 };
9 int ndevs = 1;
11 #ifdef DEBUG
12 int debug;
13 #endif /* DEBUG */