diff options
Diffstat (limited to 'include/sandboxblockdev.h')
-rw-r--r-- | include/sandboxblockdev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sandboxblockdev.h b/include/sandboxblockdev.h index 4ca9554e38a..dc983f0417b 100644 --- a/include/sandboxblockdev.h +++ b/include/sandboxblockdev.h @@ -26,4 +26,6 @@ struct host_block_dev { */ int host_dev_bind(int dev, char *filename, bool removable); +int host_get_dev_err(int dev, struct blk_desc **blk_devp); + #endif |