SSBM Decomp
Loading...
Searching...
No Matches
CARDMount.h
Go to the documentation of this file.
1#ifndef _DOLPHIN_CARDMOUNT_H_
2#define _DOLPHIN_CARDMOUNT_H_
3
4#include <dolphin/types.h>
5
6int CARDProbe(long chan);
7s32 CARDProbeEx(s32 chan, s32* memSize, s32* sectorSize);
8s32 CARDMountAsync(s32 chan, void* workArea, CARDCallback detachCallback,
9 CARDCallback attachCallback);
10s32 CARDMount(s32 chan, void* workArea, CARDCallback detachCallback);
12
13#endif // _DOLPHIN_CARDMOUNT_H_
s32 CARDMount(s32 chan, void *workArea, CARDCallback detachCallback)
s32 CARDProbeEx(s32 chan, s32 *memSize, s32 *sectorSize)
int CARDProbe(long chan)
s32 CARDMountAsync(s32 chan, void *workArea, CARDCallback detachCallback, CARDCallback attachCallback)
s32 CARDUnmount(s32 chan)
void(* CARDCallback)(s32 chan, s32 result)
Definition card.h:16
signed long s32
Definition types.h:8