Changeset 3e6a98c5 in mainline for uspace/srv/bd
- Timestamp:
- 2012-11-30T19:26:36Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0fa34dd
- Parents:
- e80d8f8
- Location:
- uspace/srv/bd
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/ata_bd/ata_bd.c
re80d8f8 r3e6a98c5 60 60 #include <inttypes.h> 61 61 #include <errno.h> 62 #include < bool.h>62 #include <stdbool.h> 63 63 #include <byteorder.h> 64 64 #include <task.h> -
uspace/srv/bd/file_bd/file_bd.c
re80d8f8 r3e6a98c5 49 49 #include <sys/typefmt.h> 50 50 #include <errno.h> 51 #include < bool.h>51 #include <stdbool.h> 52 52 #include <task.h> 53 53 #include <macros.h> -
uspace/srv/bd/part/guid_part/guid_part.c
re80d8f8 r3e6a98c5 58 58 #include <loc.h> 59 59 #include <errno.h> 60 #include < bool.h>60 #include <stdbool.h> 61 61 #include <byteorder.h> 62 62 #include <assert.h> -
uspace/srv/bd/part/mbr_part/mbr_part.c
re80d8f8 r3e6a98c5 67 67 #include <block.h> 68 68 #include <errno.h> 69 #include < bool.h>69 #include <stdbool.h> 70 70 #include <byteorder.h> 71 71 #include <assert.h> -
uspace/srv/bd/rd/rd.c
re80d8f8 r3e6a98c5 46 46 #include <ddi.h> 47 47 #include <align.h> 48 #include < bool.h>48 #include <stdbool.h> 49 49 #include <errno.h> 50 50 #include <async.h>
Note:
See TracChangeset
for help on using the changeset viewer.