SSBM Decomp
Loading...
Searching...
No Matches
CARDRead.h
Go to the documentation of this file.
1#ifndef DOLPHIN_CARD_CARDREAD_H
2#define DOLPHIN_CARD_CARDREAD_H
3
4#include <platform.h>
5
7
8#include <dolphin/card.h>
9
10s32 __CARDSeek(CARDFileInfo* fileInfo, s32 length, s32 offset,
11 CARDControl** pcard);
12s32 CARDReadAsync(CARDFileInfo* fileInfo, void* buf, s32 length, s32 offset,
14
15#endif
s32 __CARDSeek(CARDFileInfo *fileInfo, s32 length, s32 offset, CARDControl **pcard)
Definition CARDRead.c:12
s32 CARDReadAsync(CARDFileInfo *fileInfo, void *buf, s32 length, s32 offset, CARDCallback callback)
Definition CARDRead.c:119
void(* CARDCallback)(EXIChannel chan, s32 result)
Definition forward.h:12
static void callback(HSD_GObj *gobj)
Definition ftDk_SpecialLw.c:88
signed long s32
A signed 32-bit integer.
Definition platform.h:14
Definition card.h:126
Definition card.h:90