Commit 04f476ee authored by Daniel Verkamp's avatar Daniel Verkamp Committed by Ben Walker
Browse files

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: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent cdfa0091
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 */