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