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:
Daniel Verkamp 2017-05-04 14:20:46 -07:00 committed by Ben Walker
parent cdfa0091f7
commit 04f476eec3

View File

@ -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 */