SSBM Decomp
|
#include <__mem.h>
#include <dolphin/card.h>
#include <dolphin/card/CARDBios.h>
#include <dolphin/card/CARDCheck.h>
#include <dolphin/card/CARDDir.h>
#include <dolphin/os/OSFont.h>
#include <dolphin/os/OSInterrupt.h>
#include <dolphin/os/OSRtc.h>
#include <dolphin/os/OSTime.h>
Functions | |
void | __CARDCheckSum (void *ptr, int length, u16 *checksum, u16 *checksumInv) |
static s32 | VerifyID (CARDControl *card) |
static s32 | VerifyDir (CARDControl *card, int *outCurrent) |
static s32 | VerifyFAT (CARDControl *card, int *outCurrent) |
s32 | __CARDVerify (CARDControl *card) |
s32 | CARDCheckExAsync (s32 chan, s32 *xferBytes, CARDCallback callback) |
s32 | CARDCheckAsync (s32 chan, CARDCallback callback) |
|
static |
|
static |
|
static |
s32 __CARDVerify | ( | CARDControl * | card | ) |
s32 CARDCheckExAsync | ( | s32 | chan, |
s32 * | xferBytes, | ||
CARDCallback | callback | ||
) |
s32 CARDCheckAsync | ( | s32 | chan, |
CARDCallback | callback | ||
) |