#include <nitro/card.h>
void CARD_WaitRomAsync(void);
If an asynchronous process to a CARD ROM device is running, CARD_WaitRomAsync waits until it the asynchronous process completes before executing.
If an asynchronous process is not running, CARD_WaitRomAsync returns control immediately.
None.
None.
CARD_ReadRomAsync, CARD_TryWaitRomAsync
07/05/2004 Initial Version