bcachefs-tools/qcow2.h

10 lines
162 B
C
Raw Normal View History

#ifndef _QCOW2_H
#define _QCOW2_H
#include <linux/types.h>
2017-03-01 13:45:15 +03:00
#include "tools-util.h"
2017-03-01 13:45:15 +03:00
void qcow2_write_image(int, int, ranges *, unsigned);
#endif /* _QCOW2_H */