Code that compiles until initialization of containers and pagers.

This commit is contained in:
Bahadir Balban
2009-08-02 23:43:14 +03:00
parent 82807c2f0a
commit 7e8845abf8
29 changed files with 1012 additions and 700 deletions

View File

@@ -33,9 +33,10 @@ struct mutex_queue_head {
struct link list;
struct mutex mutex_control_mutex;
int count;
} mutex_queue_head;
};
void init_mutex_queue_head(struct mutex_queue_head *mqhead);
void init_mutex_queue_head(void);
#endif
#define L4_MUTEX_LOCK 0