Now compilable with C++.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3674 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2003-06-27 02:27:43 +00:00
parent e5430a086c
commit 41415a1bc0
2 changed files with 15 additions and 0 deletions
+7
View File
@@ -15,6 +15,10 @@
struct kernel_args;
#ifdef __cplusplus
extern "C" {
#endif
//void vm_dump_areas(vm_address_space *aspace);
int vm_init(kernel_args *ka);
int vm_init_postsem(struct kernel_args *ka);
@@ -74,5 +78,8 @@ void forbid_page_faults(void);
// XXX remove later
void vm_test(void);
#ifdef __cplusplus
}
#endif
#endif /* _KERNEL_VM_H */