SSBM Decomp
Loading...
Searching...
No Matches
CARDCheck.h
Go to the documentation of this file.
1#ifndef DOLPHIN_CARD_CARDCHECK_H
2#define DOLPHIN_CARD_CARDCHECK_H
3
4#include <platform.h>
5
7
8#include <dolphin/card.h>
9
10void __CARDCheckSum(void* ptr, int length, u16* checksum, u16* checksumInv);
12
13void __CARDCheckSum(void* ptr, int length, u16* checksum, u16* checksumInv);
17
18#endif
s32 CARDCheckExAsync(s32 chan, s32 *xferBytes, CARDCallback callback)
Definition CARDCheck.c:203
void __CARDCheckSum(void *ptr, int length, u16 *checksum, u16 *checksumInv)
Definition CARDCheck.c:11
s32 __CARDVerify(CARDControl *card)
Definition CARDCheck.c:181
s32 CARDCheckAsync(s32 chan, CARDCallback callback)
Definition CARDCheck.c:342
void * ptr
Definition __types.h:6
void(* CARDCallback)(EXIChannel chan, s32 result)
Definition forward.h:12
static void callback(HSD_GObj *gobj)
Definition ftDk_SpecialLw.c:88
unsigned short u16
An unsigned 16-bit integer.
Definition platform.h:23
signed long s32
A signed 32-bit integer.
Definition platform.h:14
Definition card.h:126