diff options
Diffstat (limited to 'sys/include')
-rw-r--r-- | sys/include/vm/vm_pager.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/include/vm/vm_pager.h b/sys/include/vm/vm_pager.h index 1ba06d9..e0503e0 100644 --- a/sys/include/vm/vm_pager.h +++ b/sys/include/vm/vm_pager.h @@ -35,6 +35,11 @@ #include <vm/vm_obj.h> struct vm_object; +struct vm_pagerops; + +extern const struct vm_pagerops vm_vnops; +extern const struct vm_pagerops vm_anonops; + /* * Pager operations. |