summaryrefslogtreecommitdiffstats
path: root/sys/arm/include
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2004-07-12 21:22:40 +0000
committercognet <cognet@FreeBSD.org>2004-07-12 21:22:40 +0000
commit3884d9a863386cc58bcaa0be46683f0d89ca5eb9 (patch)
treeeed374b8608fcd6cfb4668ef5648243f5caa3dcd /sys/arm/include
parentb0940860cfd41ef55b783d6e401120bfd4464002 (diff)
downloadFreeBSD-src-3884d9a863386cc58bcaa0be46683f0d89ca5eb9.zip
FreeBSD-src-3884d9a863386cc58bcaa0be46683f0d89ca5eb9.tar.gz
Forward declare "struct pcb", so that one does not need to include
<machine/pcb.h> before including <machine/pmap.h>.
Diffstat (limited to 'sys/arm/include')
-rw-r--r--sys/arm/include/pmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arm/include/pmap.h b/sys/arm/include/pmap.h
index 416c7f8..4b9c91e 100644
--- a/sys/arm/include/pmap.h
+++ b/sys/arm/include/pmap.h
@@ -270,6 +270,8 @@ boolean_t pmap_get_pde_pte(pmap_t, vm_offset_t, pd_entry_t **, pt_entry_t **);
* the corresponding pde that in turn maps it.
*/
+struct pcb;
+
void pmap_set_pcb_pagedir(pmap_t, struct pcb *);
/* Virtual address to page table entry */
static __inline pt_entry_t *
OpenPOWER on IntegriCloud