Changeset 1d6dd2a in mainline for uspace/lib/drv/generic
- Timestamp:
- 2018-01-13T15:53:02Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b5746a2
- Parents:
- bd76871
- Location:
- uspace/lib/drv/generic
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/logbuf.c
rbd76871 r1d6dd2a 35 35 #include <ddf/log.h> 36 36 #include <assert.h> 37 #include <str.h> 37 38 38 39 /** Formatting string for printing number of not-printed items. */ -
uspace/lib/drv/generic/remote_ahci.c
rbd76871 r1d6dd2a 39 39 #include <stdio.h> 40 40 #include <macros.h> 41 #include <str.h> 41 42 #include "ahci_iface.h" 42 43 #include "ddf/driver.h"
Note:
See TracChangeset
for help on using the changeset viewer.