Changes in kernel/generic/include/synch/mutex.h [9d58539:83dab11] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/synch/mutex.h
r9d58539 r83dab11 36 36 #define KERN_MUTEX_H_ 37 37 38 #include <typedefs.h> 38 #include <stdbool.h> 39 #include <stdint.h> 39 40 #include <synch/semaphore.h> 40 41 #include <abi/synch.h>
Note:
See TracChangeset
for help on using the changeset viewer.