Rev 2085 | Rev 2183 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2085 | Rev 2089 | ||
|---|---|---|---|
| Line 34... | Line 34... | ||
| 34 | 34 | ||
| 35 | #ifndef KERN_MUTEX_H_ |
35 | #ifndef KERN_MUTEX_H_ |
| 36 | #define KERN_MUTEX_H_ |
36 | #define KERN_MUTEX_H_ |
| 37 | 37 | ||
| 38 | #include <arch/types.h> |
38 | #include <arch/types.h> |
| 39 | #include <typedefs.h> |
- | |
| 40 | #include <synch/semaphore.h> |
39 | #include <synch/semaphore.h> |
| 41 | #include <synch/synch.h> |
40 | #include <synch/synch.h> |
| 42 | 41 | ||
| 43 | typedef struct { |
42 | typedef struct { |
| 44 | semaphore_t sem; |
43 | semaphore_t sem; |