Changes in uspace/lib/drv/generic/log.c [a1a101d:b7fd2a0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/log.c
ra1a101d rb7fd2a0 40 40 * 41 41 */ 42 int ddf_log_init(const char *drv_name)42 errno_t ddf_log_init(const char *drv_name) 43 43 { 44 44 return log_init(drv_name);
Note:
See TracChangeset
for help on using the changeset viewer.