SSBM Decomp
Loading...
Searching...
No Matches
CARDWrite.h
Go to the documentation of this file.
1
#ifndef DOLPHIN_CARD_CARDWRITE_H
2
#define DOLPHIN_CARD_CARDWRITE_H
3
4
#include <
platform.h
>
5
6
#include <
dolphin/card/forward.h
>
7
8
s32
CARDWriteAsync
(
CARDFileInfo
* fileInfo,
const
void
* buf,
u32
length,
9
s32
offset,
CARDCallback
callback
);
10
11
#endif
CARDWriteAsync
s32 CARDWriteAsync(CARDFileInfo *fileInfo, const void *buf, u32 length, s32 offset, CARDCallback callback)
Definition
CARDWrite.c:94
forward.h
CARDCallback
void(* CARDCallback)(EXIChannel chan, s32 result)
Definition
forward.h:12
callback
static void callback(HSD_GObj *gobj)
Definition
ftDk_SpecialLw.c:88
platform.h
u32
unsigned long u32
An unsigned 32-bit integer.
Definition
platform.h:26
s32
signed long s32
A signed 32-bit integer.
Definition
platform.h:14
CARDFileInfo
Definition
card.h:90
src
dolphin
card
CARDWrite.h
Generated by
1.9.8