SSBM Decomp
Loading...
Searching...
No Matches
CARDRead.h
Go to the documentation of this file.
1#ifndef _DOLPHIN_CARDREAD_H_
2#define _DOLPHIN_CARDREAD_H_
3
4s32 CARDReadAsync(CARDFileInfo *fileInfo, void *buf, s32 length, s32 offset, CARDCallback callback);
5long CARDRead(struct CARDFileInfo * fileInfo, void * buf, long length, long offset);
7
8#endif // _DOLPHIN_CARDREAD_H_
s32 CARDCancel(CARDFileInfo *fileInfo)
s32 CARDReadAsync(CARDFileInfo *fileInfo, void *buf, s32 length, s32 offset, CARDCallback callback)
long CARDRead(struct CARDFileInfo *fileInfo, void *buf, long length, long offset)
void(* CARDCallback)(s32 chan, s32 result)
Definition card.h:16
char buf[0x5A4]
Definition dbanim.c:16
static void callback(HSD_GObj *gobj)
Definition ftDk_SpecialLw.c:90
signed long s32
Definition hsd_3B2B.h:1
Definition card.h:19