Revision 178e08a5 block.h

b/block.h
178 178
                  const char *base_path,
179 179
                  const char *filename);
180 180

  
181
int bdrv_put_buffer(BlockDriverState *bs, const uint8_t *buf,
182
                    int64_t pos, int size);
183

  
184
int bdrv_get_buffer(BlockDriverState *bs, uint8_t *buf, int64_t pos, int size);
185

  
181 186
#endif

Also available in: Unified diff