2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
5 Desc: amiga.lib function BeginIO()
8 #include <proto/exec.h>
10 /*****************************************************************************
13 #include <exec/ports.h>
14 #include <proto/alib.h>
19 struct IORequest
* ioReq
)
22 Call the BeginIO() function of the given device.
25 ioReq - a filled out IORequest structure.
37 exec.library/AbortIO()
43 ******************************************************************************/
45 /* Call BeginIO() vector */
46 AROS_LVO_CALL1NR(void,
47 AROS_LCA(struct IORequest
*,ioReq
,A1
),
48 struct Device
*,ioReq
->io_Device
,5,