diff options
Diffstat (limited to 'sys/include/vm/vm_pager.h')
-rw-r--r-- | sys/include/vm/vm_pager.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/include/vm/vm_pager.h b/sys/include/vm/vm_pager.h index 80a5a6c..e0503e0 100644 --- a/sys/include/vm/vm_pager.h +++ b/sys/include/vm/vm_pager.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2024 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 2023-2025 Ian Marco Moffett and the Osmora Team. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -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. |