13578389bSCoiby Xu /* 2*3202d8e4SMichael Tokarev * Sharing QEMU block devices via vhost-user protocol 33578389bSCoiby Xu * 43578389bSCoiby Xu * Copyright (c) Coiby Xu <coiby.xu@gmail.com>. 53578389bSCoiby Xu * Copyright (c) 2020 Red Hat, Inc. 63578389bSCoiby Xu * 73578389bSCoiby Xu * This work is licensed under the terms of the GNU GPL, version 2 or 83578389bSCoiby Xu * later. See the COPYING file in the top-level directory. 93578389bSCoiby Xu */ 103578389bSCoiby Xu 113578389bSCoiby Xu #ifndef VHOST_USER_BLK_SERVER_H 123578389bSCoiby Xu #define VHOST_USER_BLK_SERVER_H 133578389bSCoiby Xu 1490fc91d5SStefan Hajnoczi #include "block/export.h" 153578389bSCoiby Xu 1690fc91d5SStefan Hajnoczi /* For block/export/export.c */ 1790fc91d5SStefan Hajnoczi extern const BlockExportDriver blk_exp_vhost_user_blk; 183578389bSCoiby Xu 193578389bSCoiby Xu #endif /* VHOST_USER_BLK_SERVER_H */ 20