Changeset 8d2dd7f2 in mainline for uspace/srv/bd
- Timestamp:
- 2017-05-13T19:03:14Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9c96634
- Parents:
- e48947e
- Location:
- uspace/srv/bd
- Files:
-
- 4 edited
-
file_bd/file_bd.c (modified) (1 diff)
-
sata_bd/sata_bd.c (modified) (1 diff)
-
sata_bd/sata_bd.h (modified) (1 diff)
-
vbd/types/vbd.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/file_bd/file_bd.c
re48947e r8d2dd7f2 45 45 #include <fibril_synch.h> 46 46 #include <loc.h> 47 #include <sys/types.h> 47 #include <stddef.h> 48 #include <stdint.h> 48 49 #include <sys/typefmt.h> 49 50 #include <errno.h> -
uspace/srv/bd/sata_bd/sata_bd.c
re48947e r8d2dd7f2 37 37 */ 38 38 39 #include <s ys/types.h>39 #include <stddef.h> 40 40 #include <bd_srv.h> 41 41 #include <devman.h> -
uspace/srv/bd/sata_bd/sata_bd.h
re48947e r8d2dd7f2 41 41 #include <bd_srv.h> 42 42 #include <loc.h> 43 #include <sys/types.h> 43 #include <stddef.h> 44 #include <stdint.h> 44 45 45 46 /** SATA Block Device. */ -
uspace/srv/bd/vbd/types/vbd.h
re48947e r8d2dd7f2 44 44 #include <loc.h> 45 45 #include <stdbool.h> 46 #include <s ys/types.h>46 #include <stddef.h> 47 47 #include <types/label.h> 48 48
Note:
See TracChangeset
for help on using the changeset viewer.
