summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include/pio.h
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2001-06-29 06:07:10 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2001-06-29 06:07:10 +0000
commitdcf29c9e6d8932a58433ca6ab87e813be2ca6bec (patch)
tree8f7f2e010854efa3c65c7593df534bf87260df71 /sys/arch/powerpc/include/pio.h
parentc8cff04423c84bc39fddae115936f799ef6d458e (diff)
header file include/define cleanup. commit N of many.
Diffstat (limited to 'sys/arch/powerpc/include/pio.h')
-rw-r--r--sys/arch/powerpc/include/pio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/powerpc/include/pio.h b/sys/arch/powerpc/include/pio.h
index 5927dd5a75c..b58a7a20b68 100644
--- a/sys/arch/powerpc/include/pio.h
+++ b/sys/arch/powerpc/include/pio.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pio.h,v 1.5 2001/06/24 04:45:45 drahn Exp $ */
+/* $OpenBSD: pio.h,v 1.6 2001/06/29 06:07:09 drahn Exp $ */
/*
* Copyright (c) 1997 Per Fogelstrom, Opsycon AB and RTMX Inc, USA.
@@ -38,6 +38,7 @@
* I/O macros.
*/
void *mapiodev(paddr_t pa, psize_t len);
+void unmapiodev(void * va, psize_t len);
static __inline void
__outb(volatile u_int8_t *a, int v)