Changeset 8023571 in mainline for uspace/srv/bd
- Timestamp:
- 2010-03-21T09:40:37Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7c682dd1
- Parents:
- 4e9aaf5 (diff), 19f857a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- uspace/srv/bd/ata_bd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/ata_bd/ata_bd.c
r4e9aaf5 r8023571 56 56 #include <as.h> 57 57 #include <fibril_synch.h> 58 #include <str ing.h>58 #include <str.h> 59 59 #include <devmap.h> 60 60 #include <sys/types.h> -
uspace/srv/bd/ata_bd/ata_bd.h
r4e9aaf5 r8023571 38 38 #include <sys/types.h> 39 39 #include <fibril_synch.h> 40 #include <str ing.h>40 #include <str.h> 41 41 42 42 enum {
Note:
See TracChangeset
for help on using the changeset viewer.
