Removed unnecessary printks, fixed few minor issues.

This commit is contained in:
Bahadir Balban
2008-02-09 15:48:10 +00:00
parent cd170c1b7c
commit 57420942ba
12 changed files with 42 additions and 36 deletions

View File

@@ -6,8 +6,9 @@
#include <lib/idpool.h>
#include <l4/lib/list.h>
#include <l4/api/kip.h>
#define __TASKNAME__ "FS0"
#define __TASKNAME__ __VFSNAME__
#define TASK_OFILES_MAX 32
@@ -20,6 +21,6 @@ struct tcb {
};
struct tcb *find_task(int tid);
void init_task_data(void);
int init_task_data(void);
#endif /* __FS0_TASK_H__ */