cdev_decl the "zs" device (which is really zstty).

This commit is contained in:
thorpej 1998-03-24 05:17:14 +00:00
parent 0105ff6f53
commit ea074f229a
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
/* $NetBSD: conf.h,v 1.2 1998/03/02 07:44:18 ross Exp $ */
/* $NetBSD: conf.h,v 1.3 1998/03/24 05:17:14 thorpej Exp $ */
#include <sys/conf.h>
#include <machine/cpuconf.h>
cdev_decl(a12dc);
cdev_decl(scc);
cdev_decl(zs);
cdev_decl(prom); /* XXX */