Name
IO Interface -- IO interface to the other subsystems.
Description
This functions allow the other subsystems to interact, througth the messaging
service, with the I/O subsystem.
Details
block_ready_callback_t ()
void (*block_ready_callback_t) (gint block); |
Function pointer type for the callback used on io_register_block_ready.
io_register_block_ready ()
Instructs the IO subsystem to call func when a block access is finished.
io_request_block ()
void io_request_block (gint block); |
Instructs the IO subsystem to accesses block from the data area.
io_request_swap_block ()
void io_request_swap_block (gint block); |
Instructs the IO subsystem to accesses block from the swap area.