SSBM Decomp
Loading...
Searching...
No Matches
CARDBlock.h
Go to the documentation of this file.
1#ifndef DOLPHIN_CARD_CARDBLOCK_H
2#define DOLPHIN_CARD_CARDBLOCK_H
3
4#include <platform.h>
5
7
8#include <dolphin/card.h>
9
12
15
16#endif
s32 __CARDAllocBlock(s32 chan, u32 cBlock, CARDCallback callback)
Definition CARDBlock.c:89
s32 __CARDFreeBlock(s32 chan, u16 nBlock, CARDCallback callback)
Definition CARDBlock.c:140
void(* CARDCallback)(EXIChannel chan, s32 result)
Definition forward.h:12
static void callback(HSD_GObj *gobj)
Definition ftDk_SpecialLw.c:88
unsigned long u32
An unsigned 32-bit integer.
Definition platform.h:26
unsigned short u16
An unsigned 16-bit integer.
Definition platform.h:23
signed long s32
A signed 32-bit integer.
Definition platform.h:14