mirror of
https://github.com/drasko/codezero.git
synced 2026-02-10 08:53:15 +01:00
Initial commit
This commit is contained in:
9
tasks/libmem/tests/memory.c
Normal file
9
tasks/libmem/tests/memory.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <l4/macros.h>
|
||||
#include <l4/config.h>
|
||||
#include <l4/types.h>
|
||||
#include INC_GLUE(memory.h)
|
||||
|
||||
unsigned int PAGE_SIZE = TEST_PAGE_SIZE;
|
||||
unsigned int PAGE_MASK = TEST_PAGE_MASK;
|
||||
unsigned int PAGE_BITS = TEST_PAGE_BITS;
|
||||
|
||||
Reference in New Issue
Block a user