genode_c_api: add config update to block interface

Ref genodelabs/genode#4653
This commit is contained in:
Stefan Kalkowski
2022-10-27 13:47:54 +02:00
committed by Christian Helmuth
parent d8d9f94075
commit 11a6117da6
2 changed files with 32 additions and 11 deletions

View File

@ -21,8 +21,11 @@ struct genode_block_session; /* definition is private to the implementation */
#ifdef __cplusplus
void genode_block_apply_config(Genode::Xml_node const & config);
extern "C" {
#endif
#endif /* __cplusplus */
/********************
@ -41,6 +44,7 @@ void genode_block_init(struct genode_env *env,
genode_shared_dataspace_free_t);
/**************************************
** Block device lifetime management **
**************************************/