SSBM Decomp
Loading...
Searching...
No Matches
CARDMount.h
Go to the documentation of this file.
1#ifndef DOLPHIN_CARD_CARDMOUNT_H
2#define DOLPHIN_CARD_CARDMOUNT_H
3
4#include <platform.h>
5
7
8#include <dolphin/os.h>
9#include <dolphin/os/OSExi.h>
10
11s32 CARDUnmount(s32 chan);
12void __CARDMountCallback(s32 chan, s32 result);
13
15s32 CARDProbeEx(EXIChannel chan, s32* memSize, s32* sectorSize);
17s32 CARDMountAsync(s32 chan, void* workArea, CARDCallback detachCallback,
18 CARDCallback attachCallback);
19
20#endif
s32 CARDProbe(EXIChannel chan)
Definition CARDMount.c:25
s32 DoMount(EXIChannel chan)
Definition CARDMount.c:93
void __CARDMountCallback(s32 chan, s32 result)
Definition CARDMount.c:220
s32 CARDMountAsync(s32 chan, void *workArea, CARDCallback detachCallback, CARDCallback attachCallback)
Definition CARDMount.c:256
s32 CARDUnmount(s32 chan)
Definition CARDMount.c:339
s32 CARDProbeEx(EXIChannel chan, s32 *memSize, s32 *sectorSize)
Definition CARDMount.c:33
EXIChannel
Definition OSExi.h:20
void(* CARDCallback)(EXIChannel chan, s32 result)
Definition forward.h:12
signed long s32
A signed 32-bit integer.
Definition platform.h:14