[−][src]Function sunrise_libuser::syscalls::send_sync_request_with_user_buffer
pub fn send_sync_request_with_user_buffer(
buf: &mut [u8],
handle: &ClientSession
) -> Result<(), KernelError>
Send an IPC request through the given pipe.
Please see the IPC module for more information on IPC.