Typedefs | |
| typedef l4_uint32_t | l4blk_driver_id_t |
Functions | |
| int | l4blk::driver::open ([out] l4blk_driver_id_t *drv,[out] l4_threadid_t *cmd_id,[out] l4_threadid_t *notify_id) |
| Open new driver instance. | |
| int | l4blk::driver::close ([in] l4blk_driver_id_t drv) |
| Close driver instance. | |
| typedef l4_uint32_t l4blk_driver_id_t |
| int l4blk::driver::open | ( | [out] l4blk_driver_id_t * | drv, | |
| [out] l4_threadid_t * | cmd_id, | |||
| [out] l4_threadid_t * | notify_id | |||
| ) | [inherited] |
Open new driver instance.
| drv | Handle for new instance | |
| cmd_id | Id of command service thread | |
| notify_id | Id of notification thread |
| int l4blk::driver::close | ( | [in] l4blk_driver_id_t | drv | ) | [inherited] |