summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/dev/grf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hp300/dev/grf.c')
-rw-r--r--sys/arch/hp300/dev/grf.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/arch/hp300/dev/grf.c b/sys/arch/hp300/dev/grf.c
index 62ab0256a0a..b54ba27555b 100644
--- a/sys/arch/hp300/dev/grf.c
+++ b/sys/arch/hp300/dev/grf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: grf.c,v 1.14 2001/09/11 20:05:24 miod Exp $ */
+/* $OpenBSD: grf.c,v 1.15 2001/11/01 12:13:46 art Exp $ */
/* $NetBSD: grf.c,v 1.30 1998/08/20 08:33:41 kleink Exp $ */
/*
@@ -301,10 +301,11 @@ grfselect(dev, rw, p)
}
/*ARGSUSED*/
-int
+paddr_t
grfmmap(dev, off, prot)
dev_t dev;
- int off, prot;
+ off_t off;
+ int prot;
{
struct grf_softc *sc = grf_cd.cd_devs[GRFUNIT(dev)];