Type
#include <SPAD/AC.H>
IORQ variable;
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.