1 /* $NetBSD: conf.c,v 1.4 2005/12/11 12:18:19 christos Exp $ */
4 #include <machine/prom.h>
6 #include <lib/libsa/stand.h>
10 struct fs_ops file_system
[] = {
13 int nfsys
= __arraycount(file_system
);
15 struct devsw devsw
[] = {
16 { "bugsc", bugscstrategy
, bugscopen
, bugscclose
, bugscioctl
},
18 int ndevs
= __arraycount(devsw
);