Changeset 8d2dd7f2 in mainline for uspace/drv/block/ata_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/drv/block/ata_bd
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/block/ata_bd/ata_bd.c
re48947e r8d2dd7f2 58 58 #include <scsi/spc.h> 59 59 #include <stdint.h> 60 #include <stdbool.h> 61 #include <stdio.h> 62 #include <stddef.h> 60 63 #include <str.h> 61 64 #include <loc.h> 62 #include <sys/types.h>63 65 #include <inttypes.h> 64 66 #include <errno.h> 65 #include <stdbool.h>66 #include <stdio.h>67 67 #include <byteorder.h> 68 68 #include <task.h> -
uspace/drv/block/ata_bd/ata_bd.h
re48947e r8d2dd7f2 39 39 #include <bd_srv.h> 40 40 #include <ddf/driver.h> 41 #include <sys/types.h>42 41 #include <fibril_synch.h> 43 42 #include <str.h> 43 #include <stdint.h> 44 #include <stddef.h> 44 45 #include "ata_hw.h" 45 46 -
uspace/drv/block/ata_bd/ata_hw.h
re48947e r8d2dd7f2 36 36 #define __ATA_HW_H__ 37 37 38 #include <s ys/types.h>38 #include <stdint.h> 39 39 40 40 enum {
Note:
See TracChangeset
for help on using the changeset viewer.
