Changeset 1e4cada in mainline for uspace/srv/bd
- Timestamp:
- 2009-12-09T17:23:15Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 387416b, 8aa42e3
- Parents:
- fb623e2
- Location:
- uspace/srv/bd
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/ata_bd/ata_bd.c
rfb623e2 r1e4cada 55 55 #include <async.h> 56 56 #include <as.h> 57 #include <fibril_sync .h>57 #include <fibril_synch.h> 58 58 #include <string.h> 59 59 #include <devmap.h> -
uspace/srv/bd/ata_bd/ata_bd.h
rfb623e2 r1e4cada 37 37 38 38 #include <sys/types.h> 39 #include <fibril_sync .h>39 #include <fibril_synch.h> 40 40 #include <string.h> 41 41 42 42 enum { 43 CTL_READ_START 43 CTL_READ_START = 0, 44 44 CTL_WRITE_START = 1, 45 45 }; 46 46 47 47 enum { 48 STATUS_FAILURE 48 STATUS_FAILURE = 0 49 49 }; 50 50 -
uspace/srv/bd/file_bd/file_bd.c
rfb623e2 r1e4cada 45 45 #include <async.h> 46 46 #include <as.h> 47 #include <fibril_sync .h>47 #include <fibril_synch.h> 48 48 #include <devmap.h> 49 49 #include <sys/types.h> -
uspace/srv/bd/gxe_bd/gxe_bd.c
rfb623e2 r1e4cada 43 43 #include <async.h> 44 44 #include <as.h> 45 #include <fibril_sync .h>45 #include <fibril_synch.h> 46 46 #include <devmap.h> 47 47 #include <sys/types.h> -
uspace/srv/bd/rd/rd.c
rfb623e2 r1e4cada 51 51 #include <align.h> 52 52 #include <async.h> 53 #include <fibril_sync .h>53 #include <fibril_synch.h> 54 54 #include <stdio.h> 55 55 #include <devmap.h>
Note:
See TracChangeset
for help on using the changeset viewer.