SSBM Decomp
Toggle main menu visibility
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
6
int
CARDProbe
(
long
chan);
7
s32
CARDProbeEx
(
s32
chan,
s32
* memSize,
s32
* sectorSize);
8
s32
CARDMountAsync
(
s32
chan,
void
* workArea,
CARDCallback
detachCallback,
9
CARDCallback
attachCallback);
10
s32
CARDMount
(
s32
chan,
void
* workArea,
CARDCallback
detachCallback);
11
s32
CARDUnmount
(
s32
chan);
12
13
#endif
// _DOLPHIN_CARDMOUNT_H_
CARDMount
s32 CARDMount(s32 chan, void *workArea, CARDCallback detachCallback)
CARDProbeEx
s32 CARDProbeEx(s32 chan, s32 *memSize, s32 *sectorSize)
CARDProbe
int CARDProbe(long chan)
CARDMountAsync
s32 CARDMountAsync(s32 chan, void *workArea, CARDCallback detachCallback, CARDCallback attachCallback)
CARDUnmount
s32 CARDUnmount(s32 chan)
CARDCallback
void(* CARDCallback)(s32 chan, s32 result)
Definition
card.h:16
types.h
s32
signed long s32
Definition
types.h:8
extern
dolphin
include
dolphin
card
CARDMount.h
Generated by
1.17.0