Added a comment in memheap.h

Added sys|user_write_link() to vfs.h


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@595 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2002-08-05 17:22:19 +00:00
parent f7bfd5f065
commit dc74f4ac15
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -9,6 +9,8 @@
#include <stage2.h>
#define HEAP_SIZE 0x00400000
// 4 MB heap for the kernel
int heap_init(addr new_heap_base);
int heap_init_postsem(kernel_args *ka);