* Moved the VM headers into subdirectory vm/.
* Renamed vm_cache.h/vm_address_space.h to VMCache.h/VMAddressSpace. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34449 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#define _SYSCALL_ARGS_H
|
||||
|
||||
#include <kernel.h>
|
||||
//#include <vm.h>
|
||||
|
||||
|
||||
// Hack to be able to use the IS_USER_ADDRESS macro when compiling for R5.
|
||||
#ifdef R5_MEMORY_LAYOUT
|
||||
@@ -34,4 +34,5 @@ copy_ref_var_to_user(T &kernel, T *user)
|
||||
return user_memcpy(user, &kernel, sizeof(T));
|
||||
}
|
||||
|
||||
|
||||
#endif // _SYSCALL_ARGS_H
|
||||
|
||||
Reference in New Issue
Block a user