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