summaryrefslogtreecommitdiff
path: root/lib/device/device.h
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2018-01-22 17:45:12 +0000
committerAlasdair G Kergon <agk@redhat.com>2018-02-08 20:15:14 +0000
commit8c7bbcfb0f6771a10acd238057fdb7931c3fbb12 (patch)
tree89b9d4bf11569d2da9f59396074adde5a6fdcecc /lib/device/device.h
parent7a9af3cd0e609e10840202ae1754ab76b6add511 (diff)
downloadlvm2-8c7bbcfb0f6771a10acd238057fdb7931c3fbb12.tar.gz
device: Basic config and setup to support async I/O.
Diffstat (limited to 'lib/device/device.h')
-rw-r--r--lib/device/device.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/device/device.h b/lib/device/device.h
index 2dea689c0..37d2fd202 100644
--- a/lib/device/device.h
+++ b/lib/device/device.h
@@ -202,4 +202,9 @@ void devbufs_release(struct device *dev);
/* Return a valid device name from the alias list; NULL otherwise */
const char *dev_name_confirmed(struct device *dev, int quiet);
+struct cmd_context;
+int dev_async_setup(struct cmd_context *cmd);
+void dev_async_exit(void);
+int dev_async_reset(struct cmd_context *cmd);
+
#endif