bcachefs-tools/qcow2.h
Kent Overstreet a17f7bcec7 cmd_migrate
2017-03-09 09:14:11 -09:00

10 lines
162 B
C

#ifndef _QCOW2_H
#define _QCOW2_H
#include <linux/types.h>
#include "tools-util.h"
void qcow2_write_image(int, int, ranges *, unsigned);
#endif /* _QCOW2_H */