sandbox: move a function prototype
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Tue, 19 Apr 2022 01:01:55 +0000 (10:01 +0900)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 23 Apr 2022 20:05:33 +0000 (22:05 +0200)
commitc73a0709e4a7d12107ce957105f694fdd6b7f8b6
treeb4fb4f1f5eb4ef7ae37c1f9e0b1f808803a9dd0c
parent2a0d1881ac10a447cc7743c79385f744eb494718
sandbox: move a function prototype

Since host_get_dev_errr() is defined in drivers/block/sandbox.c,
the associated function prototype should be in a more appropriate
header file.

Fixes: commit 4101f6879256 ("dm: Drop the block_dev_desc_t typedef")
Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
include/part.h
include/sandboxblockdev.h