Stores the address of an EPI handler in a member *next
#include <ultra64.h> /* ultra64.h */
s32 osEPiLinkHandle(OSPiHandle *EPiHandle);
osEPiLinkHandle is a handler acquisition function that sets a pointer to the next member. In other words, it stores in a member *next, the address of the previous handler (the one immediately before the current handler). If there is no previous handler, the function stores a NULL.
osEPiRawStartDma, osEPiStartDma
1999/04/30 Changed Format