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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user