Changes in uspace/lib/block/libblock.h [08cba4b:15f3c3f] in mainline
- File:
-
- 1 edited
-
uspace/lib/block/libblock.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/block/libblock.h
r08cba4b r15f3c3f 97 97 }; 98 98 99 typedef struct {100 uint16_t size;101 uint8_t first_session;102 uint8_t last_session;103 104 uint8_t res0;105 uint8_t adr_ctrl;106 uint8_t first_track;107 uint8_t res1;108 109 uint32_t first_lba;110 } __attribute__((packed)) toc_block_t;111 112 99 extern int block_init(exch_mgmt_t, service_id_t, size_t); 113 100 extern void block_fini(service_id_t); … … 127 114 extern int block_get_bsize(service_id_t, size_t *); 128 115 extern int block_get_nblocks(service_id_t, aoff64_t *); 129 extern toc_block_t *block_get_toc(service_id_t, uint8_t);130 116 extern int block_read_direct(service_id_t, aoff64_t, size_t, void *); 131 117 extern int block_read_bytes_direct(service_id_t, aoff64_t, size_t, void *); … … 136 122 /** @} 137 123 */ 124
Note:
See TracChangeset
for help on using the changeset viewer.
