aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorOlivier Houchard <cognet@FreeBSD.org>2004-07-12 21:22:40 +0000
committerOlivier Houchard <cognet@FreeBSD.org>2004-07-12 21:22:40 +0000
commitdd7c1e993ea12f7d2ef14e18ace537a7a6a4e2b8 (patch)
treeeed374b8608fcd6cfb4668ef5648243f5caa3dcd /sys
parent4628245baa2231d2be5b6d45f57864d627e82587 (diff)
downloadsrc-dd7c1e993ea12f7d2ef14e18ace537a7a6a4e2b8.tar.gz
src-dd7c1e993ea12f7d2ef14e18ace537a7a6a4e2b8.zip
Forward declare "struct pcb", so that one does not need to include
<machine/pcb.h> before including <machine/pmap.h>.
Notes
Notes: svn path=/head/; revision=132056
Diffstat (limited to 'sys')
-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 416c7f8cab26..4b9c91e10cd9 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 *