mirror of
https://github.com/drasko/codezero.git
synced 2026-01-18 05:43:16 +01:00
Code that compiles until initialization of containers and pagers.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user