summaryrefslogtreecommitdiffstats
path: root/sys/boot/ofw
diff options
context:
space:
mode:
authorrobert <robert@FreeBSD.org>2001-10-15 14:43:38 +0000
committerrobert <robert@FreeBSD.org>2001-10-15 14:43:38 +0000
commitc9e9bef4c382729c72ec039d774287fc502c3f06 (patch)
treed111e9c2e7f3944007b83891df0038d200f6f694 /sys/boot/ofw
parentffc6df5e2bcb4fd35a093f8e791e2af52cdeae2f (diff)
downloadFreeBSD-src-c9e9bef4c382729c72ec039d774287fc502c3f06.zip
FreeBSD-src-c9e9bef4c382729c72ec039d774287fc502c3f06.tar.gz
Add a prototype for OF_alloc_phys.
Diffstat (limited to 'sys/boot/ofw')
-rw-r--r--sys/boot/ofw/libofw/openfirm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/ofw/libofw/openfirm.h b/sys/boot/ofw/libofw/openfirm.h
index 9e99d5a..2da749f 100644
--- a/sys/boot/ofw/libofw/openfirm.h
+++ b/sys/boot/ofw/libofw/openfirm.h
@@ -104,6 +104,7 @@ int OF_seek(ihandle_t, u_quad_t);
/* Memory functions */
void *OF_claim(void *, u_int, u_int);
+void *OF_alloc_phys(size_t, int);
void OF_release(void *, u_int);
/* Control transfer functions */
OpenPOWER on IntegriCloud