bdev.h: add forward declaration of spdk_io_channel
This is currently getting declared inside struct spdk_bdev, which will be removed. Change-Id: I5136a19c520bd9a6fff27da1334c1bc972cf43fc Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
cdfa0091f7
commit
04f476eec3
@ -59,6 +59,7 @@ typedef void (*spdk_bdev_remove_cb_t)(void *remove_ctx);
|
||||
|
||||
struct spdk_bdev_io;
|
||||
struct spdk_bdev_fn_table;
|
||||
struct spdk_io_channel;
|
||||
struct spdk_json_write_ctx;
|
||||
|
||||
/** Blockdev status */
|
||||
|
Loading…
Reference in New Issue
Block a user