Skip to content
Snippets Groups Projects
Commit b3353515 authored by Lucas Russo's avatar Lucas Russo
Browse files

dev_io/dev_io_core.c: add section comments

parent e3ed240e
Branches
Tags
No related merge requests found
......@@ -529,6 +529,10 @@ err_zsock_is:
return err;
}
/************************************************************/
/********************** zloop handlers **********************/
/************************************************************/
/* zloop handler for timer */
static int _devio_handle_timer (zloop_t *loop, int timer_id, void *arg)
{
......@@ -698,6 +702,10 @@ static int _devio_handle_pipe_backend (zloop_t *loop, zsock_t *reader, void *arg
return 0;
}
/************************************************************/
/*********************** API methods ************************/
/************************************************************/
/* Register an specific sm_io modules to this device */
devio_err_e devio_register_sm (devio_t *self, uint32_t smio_id, uint64_t base,
uint32_t inst_id)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment