Added libmem which was forgotten

This commit is contained in:
Bahadir Balban
2009-10-01 10:52:07 +03:00
parent b642fc5cd3
commit 5ec000fb34
25 changed files with 1658 additions and 0 deletions

View 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;