Revision 79383c9c block.c

b/block.c
56 56
static int bdrv_write_em(BlockDriverState *bs, int64_t sector_num,
57 57
                         const uint8_t *buf, int nb_sectors);
58 58

  
59
BlockDriverState *bdrv_first;
60 59
static BlockDriver *first_drv;
61 60

  
62 61
int path_is_absolute(const char *path)

Also available in: Unified diff