SSBM Decomp
Loading...
Searching...
No Matches
CARDBios.h
Go to the documentation of this file.
1#ifndef _DOLPHIN_CARDBIOS_H_
2#define _DOLPHIN_CARDBIOS_H_
3
4void CARDInit(void);
6s32 CARDFreeBlocks(s32 chan, s32 *byteNotUsed, s32 *filesNotUsed);
7long CARDGetEncoding(long chan, unsigned short * encode);
8long CARDGetMemSize(long chan, unsigned short * size);
10
11#endif // _DOLPHIN_CARDBIOS_H_
void CARDInit(void)
s32 CARDGetResultCode(s32 chan)
long CARDGetEncoding(long chan, unsigned short *encode)
s32 CARDGetSectorSize(s32 chan, u32 *size)
s32 CARDFreeBlocks(s32 chan, s32 *byteNotUsed, s32 *filesNotUsed)
long CARDGetMemSize(long chan, unsigned short *size)
unsigned long u32
Definition types.h:9
signed long s32
Definition hsd_3B2B.h:1