mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-12 20:28:20 +00:00
genode_c_api: add config update to block interface
Ref genodelabs/genode#4653
This commit is contained in:
committed by
Christian Helmuth
parent
d8d9f94075
commit
11a6117da6
@ -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 **
|
||||
**************************************/
|
||||
|
Reference in New Issue
Block a user