Kernel updates since December 2009

This commit is contained in:
Bahadir Balban
2010-03-25 01:12:40 +02:00
parent 16818191b3
commit 74b5963fcb
487 changed files with 22477 additions and 3857 deletions

View File

@@ -2,7 +2,7 @@
#define __TEST0_CAP_H__
#include <l4lib/capability.h>
#include <l4lib/lib/cap.h>
#include <l4/generic/cap-types.h>
#include <l4/api/capability.h>

View File

@@ -3,6 +3,8 @@
#define __TASKNAME__ "test0"
#include L4LIB_INC_ARCH(syslib.h)
// #define TEST_VERBOSE_PRINT
#if defined (TEST_VERBOSE_PRINT)
#define test_printf(...) printf(__VA_ARGS__)