summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/mem.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/sys/mem.h')
-rw-r--r--usr/src/uts/common/sys/mem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/mem.h b/usr/src/uts/common/sys/mem.h
index 31cf613939..85d62775cd 100644
--- a/usr/src/uts/common/sys/mem.h
+++ b/usr/src/uts/common/sys/mem.h
@@ -142,7 +142,7 @@ typedef struct mem_info {
extern pfn_t impl_obmem_pfnum(pfn_t);
-extern int plat_mem_valid_page(uintptr_t, uio_rw_t);
+extern int plat_mem_do_mmio(struct uio *, enum uio_rw);
#endif /* _KERNEL */