From: Robert Baldyga Date: Tue, 11 Feb 2014 10:43:03 +0000 (+0100) Subject: tools: usb: aio example applications X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~34^2~171^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b34e08d5c7062c19a3f582d23d5f649c79ff3409;p=pandora-kernel.git tools: usb: aio example applications This patch adds two example applications showing usage of Asynchronous I/O API of FunctionFS. First one (aio_simple) is simple example of bidirectional data transfer. Second one (aio_multibuff) shows multi-buffer data transfer, which may to be used in high performance applications. Both examples contains userspace applications for device and for host. It needs libaio library on the device, and libusb library on host. Signed-off-by: Robert Baldyga Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed