Changeset f73b291 in mainline for uspace/srv/bd
- Timestamp:
- 2012-08-16T18:40:56Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dbf2ca4
- Parents:
- 13c4fe0
- Location:
- uspace/srv/bd
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/gxe_bd/gxe_bd.c
r13c4fe0 rf73b291 127 127 static gxe_bd_t *bd_srv_gxe(bd_srv_t *bd) 128 128 { 129 return (gxe_bd_t *) bd->srvs->sarg;129 return (gxe_bd_t *) bd->srvs->sarg; 130 130 } 131 131 -
uspace/srv/bd/part/guid_part/guid_part.c
r13c4fe0 rf73b291 55 55 #include <sys/typefmt.h> 56 56 #include <inttypes.h> 57 #include < libblock.h>57 #include <block.h> 58 58 #include <loc.h> 59 59 #include <errno.h> -
uspace/srv/bd/part/mbr_part/mbr_part.c
r13c4fe0 rf73b291 65 65 #include <sys/typefmt.h> 66 66 #include <inttypes.h> 67 #include < libblock.h>67 #include <block.h> 68 68 #include <errno.h> 69 69 #include <bool.h> -
uspace/srv/bd/sata_bd/sata_bd.c
r13c4fe0 rf73b291 75 75 static sata_bd_dev_t *bd_srv_sata(bd_srv_t *bd) 76 76 { 77 return (sata_bd_dev_t *) bd->srvs->sarg;77 return (sata_bd_dev_t *) bd->srvs->sarg; 78 78 } 79 79
Note:
See TracChangeset
for help on using the changeset viewer.