Typedefs | |
typedef l4_uint32_t | l4blk_driver_t |
typedef L4_CV void(* | l4blk_setup_notify_callback_fn_t )(void) |
Functions | |
L4_CV int | l4blk_close_driver (l4blk_driver_t driver) |
Close block device driver. | |
L4_CV l4_threadid_t | l4blk_get_driver_thread (l4blk_driver_t driver) |
Return thread id of command thread. |
typedef l4_uint32_t l4blk_driver_t |
typedef L4_CV void(* l4blk_setup_notify_callback_fn_t)(void) |
L4_CV int l4blk_close_driver | ( | l4blk_driver_t | driver | ) |
Close block device driver.
driver | Driver handle. |
L4_CV l4_threadid_t l4blk_get_driver_thread | ( | l4blk_driver_t | driver | ) |
Return thread id of command thread.
driver | Driver handle |