diff options
author | Marvin Borner | 2020-08-15 14:21:52 +0200 |
---|---|---|
committer | Marvin Borner | 2020-08-15 14:21:52 +0200 |
commit | 32b8722128dfb4ca9e814940a23c2b22a283bb12 (patch) | |
tree | 80c881a7717dc129fd11baaf98cd8b226fd30c67 /lib/inc/mem.h | |
parent | 162c84cfe6b4652bae213776944b910390553d41 (diff) |
Added some syscall wrappers
Diffstat (limited to 'lib/inc/mem.h')
-rw-r--r-- | lib/inc/mem.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/inc/mem.h b/lib/inc/mem.h index 9399b54..0030b3d 100644 --- a/lib/inc/mem.h +++ b/lib/inc/mem.h @@ -17,7 +17,6 @@ #error "No lib target specified. Please use -Dkernel or -Duserspace" #endif -// TODO: Use malloc as syscall u32 HEAP; u32 HEAP_START; |