Moved the files vm_types.h, syscalls.h, and vfs_types.h to the private

kernel header directory - they are by no means public includes.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2349 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-01-02 13:16:35 +00:00
parent 7cf3b2f4b1
commit 346646a2c7
3 changed files with 4 additions and 10 deletions

View File

@ -5,8 +5,6 @@
#ifndef _LIBSYS_SYSCALLS_H
#define _LIBSYS_SYSCALLS_H
/* this file shouldn't be in the public folder! */
#include <ktypes.h>
#include <defines.h>
#include <resource.h>
@ -115,5 +113,4 @@ int sys_getdtablesize(void);
}
#endif
#endif
#endif /* _LIBSYS_SYSCALLS_H */

View File

@ -1,7 +1,5 @@
#ifndef _PUBLIC_KERNEL_VM_TYPES_H
#define _PUBLIC_KERNEL_VM_TYPES_H
// ToDo: this file shouldn't be in the public folder
#ifndef _KERNEL_VM_TYPES_H
#define _KERNEL_VM_TYPES_H
#include <kernel.h>
#include <stage2.h>
@ -181,5 +179,4 @@ enum {
#define LOCK_KERNEL 0x2
#define LOCK_MASK 0x3
#endif /* _PUBLIC_KERNEL_VM_TYPES_H */
#endif /* _KERNEL_VM_TYPES_H */