forked from TeamTofuShop/segatools
board/io3.c: Add io3_to_jvs_node() accessor
This commit is contained in:
@ -33,3 +33,5 @@ void io3_init(
|
||||
struct jvs_node *next,
|
||||
const struct io3_ops *ops,
|
||||
void *ops_ctx);
|
||||
|
||||
struct jvs_node *io3_to_jvs_node(struct io3 *io3);
|
||||
|
Reference in New Issue
Block a user