Changes in uspace/lib/c/generic/devman.c [3e6a98c5:3f57fb7] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/devman.c
r3e6a98c5 r3f57fb7 45 45 #include <errno.h> 46 46 #include <malloc.h> 47 #include < stdbool.h>47 #include <bool.h> 48 48 49 49 static FIBRIL_MUTEX_INITIALIZE(devman_driver_block_mutex);
Note:
See TracChangeset
for help on using the changeset viewer.