no parameter names.

This commit is contained in:
christos 2011-09-21 12:48:57 +00:00
parent 3e2616d8d1
commit 96c3e77145

View File

@ -1,4 +1,4 @@
/* $NetBSD: zbusvar.h,v 1.9 2011/09/21 12:40:25 rkujawa Exp $ */
/* $NetBSD: zbusvar.h,v 1.10 2011/09/21 12:48:57 christos Exp $ */
/*
* Copyright (c) 1994 Christian E. Hopps
@ -52,7 +52,7 @@ extern u_int ZBUSAVAIL; /* bytes of Zorro bus I/O space left */
#define ZTWOROMTOP (0x00F80000)
#define NZTWOROMPG btoc(ZTWOROMTOP-ZTWOROMBASE)
void * zbusmap(void *pa, u_int size);
void *zbusmap(void *, u_int);
/*
* maps a ztwo and/or A3000 builtin address into the mapped kva address