SSBM Decomp
Loading...
Searching...
No Matches
CARDStat.h
Go to the documentation of this file.
1#ifndef DOLPHIN_CARD_CARDSTAT_H
2#define DOLPHIN_CARD_CARDSTAT_H
3
4#include <platform.h>
5
7
8s32 CARDGetStatus(s32 chan, s32 fileNo, CARDStat* stat);
9s32 CARDSetStatusAsync(s32 chan, s32 fileNo, CARDStat* stat,
11
12#endif
s32 CARDGetStatus(s32 chan, s32 fileNo, CARDStat *stat)
Definition CARDStat.c:100
s32 CARDSetStatusAsync(s32 chan, s32 fileNo, CARDStat *stat, CARDCallback callback)
Definition CARDStat.c:143
void(* CARDCallback)(EXIChannel chan, s32 result)
Definition forward.h:12
static void callback(HSD_GObj *gobj)
Definition ftDk_SpecialLw.c:88
signed long s32
A signed 32-bit integer.
Definition platform.h:14
Definition CARDStat.c:22