diff options
author | briggs <briggs@cvs.openbsd.org> | 1996-06-09 03:17:49 +0000 |
---|---|---|
committer | briggs <briggs@cvs.openbsd.org> | 1996-06-09 03:17:49 +0000 |
commit | dcdfe0d629eca8df0b65cb49dada5f2adada8542 (patch) | |
tree | e517e189be250fb4bebc8b8c79bac54fa0fc70b9 | |
parent | 109bdbbfe4a5b6c3d6cc1cb5aec7e38462c221f1 (diff) |
Add machine/viareg for prototype of via_set_modem().
-rw-r--r-- | sys/arch/mac68k/dev/zs.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/mac68k/dev/zs.c b/sys/arch/mac68k/dev/zs.c index 35803cffde3..5e0876e70e7 100644 --- a/sys/arch/mac68k/dev/zs.c +++ b/sys/arch/mac68k/dev/zs.c @@ -1,5 +1,5 @@ -/* $OpenBSD: zs.c,v 1.3 1996/06/08 16:21:13 briggs Exp $ */ -/* $NetBSD: zs.c,v 1.4 1996/06/07 10:41:35 briggs Exp $ */ +/* $OpenBSD: zs.c,v 1.4 1996/06/09 03:17:48 briggs Exp $ */ +/* $NetBSD: zs.c,v 1.5 1996/06/09 04:27:59 briggs Exp $ */ /* * Copyright (c) 1995 Gordon W. Ross @@ -57,6 +57,7 @@ #include <machine/autoconf.h> #include <machine/cpu.h> +#include <machine/viareg.h> /* * XXX: Hard code this to make console init easier... |