Interface IORQ

Type

#include <SPAD/AC.H>

IORQ variable;

Description

This type declares an IORQ. It is declared as typedef struct { IORQ_HEAD; };.

IORQ contains the following entries:
AST_STUB *fn;
unsigned long tmp1;
unsigned long tmp2;
unsigned long tmp3;
unsigned long status;
Other entries are optional and architecture-specific.

See also

IORQ_HEAD, DECL_IOCALL, CALL_IORQ, IO_STUB