2 * Export QEMU block device via VDUSE
4 * Copyright (C) 2022 Bytedance Inc. and/or its affiliates. All rights reserved.
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.
16 #include "block/export.h"
18 extern const BlockExportDriver blk_exp_vduse_blk
;
20 #endif /* VDUSE_BLK_H */