Revision faf07963 block_int.h

b/block_int.h
24 24
#ifndef BLOCK_INT_H
25 25
#define BLOCK_INT_H
26 26

  
27
#include "block.h"
28

  
27 29
#define BLOCK_FLAG_ENCRYPT	1
28 30
#define BLOCK_FLAG_COMPRESS	2
29 31
#define BLOCK_FLAG_COMPAT6	4
......
133 135
                   void *opaque);
134 136
void qemu_aio_release(void *p);
135 137

  
138
BlockDriverState *bdrv_first;
139

  
136 140
#endif /* BLOCK_INT_H */

Also available in: Unified diff