Merge tag 'v9.0.0-rc3'
[qemu/ar7.git] / block / export / vduse-blk.h
blobc4eeb1b70ec983e99336e726f41e4d6d24cab9f3
1 /*
2 * Export QEMU block device via VDUSE
4 * Copyright (C) 2022 Bytedance Inc. and/or its affiliates. All rights reserved.
6 * Author:
7 * Xie Yongji <xieyongji@bytedance.com>
9 * This work is licensed under the terms of the GNU GPL, version 2 or
10 * later. See the COPYING file in the top-level directory.
13 #ifndef VDUSE_BLK_H
14 #define VDUSE_BLK_H
16 #include "block/export.h"
18 extern const BlockExportDriver blk_exp_vduse_blk;
20 #endif /* VDUSE_BLK_H */