diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-05-08 17:30:43 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-05-08 17:30:43 +0000 |
commit | ee2d0a04b9d0af0f039a3a12ac1381b4ead67eca (patch) | |
tree | d0cbb03c93dda3dfd66028e3fa56afbd2ad6cc5d /sys/arch/mac68k/include/viareg.h | |
parent | 4c53597cab495f2e4dc31027f7cd3b099bab9090 (diff) |
Substantial update from NetBSD, most notably gives us UVM support; deraadt@ ok
Diffstat (limited to 'sys/arch/mac68k/include/viareg.h')
-rw-r--r-- | sys/arch/mac68k/include/viareg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/include/viareg.h b/sys/arch/mac68k/include/viareg.h index 0939ec0c55b..a6535ed261c 100644 --- a/sys/arch/mac68k/include/viareg.h +++ b/sys/arch/mac68k/include/viareg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: viareg.h,v 1.7 1997/11/30 06:10:37 gene Exp $ */ +/* $OpenBSD: viareg.h,v 1.8 2001/05/08 17:30:40 aaron Exp $ */ /* $NetBSD: viareg.h,v 1.6 1997/02/28 07:41:41 scottr Exp $ */ /*- @@ -190,7 +190,7 @@ extern int VIA2; #define vDirA_ADBState 0x30 #ifdef _KERNEL -void VIA_initialize __P((void)); +void via_init __P((void)); int rbv_vidstatus __P((void)); void via_shutdown __P((void)); void via_set_modem __P((int)); |