SSBM Decomp
Loading...
Searching...
No Matches
forward.h
Go to the documentation of this file.
1#ifndef DOLPHIN_CARD_FORWARD_H
2#define DOLPHIN_CARD_FORWARD_H
3
4#include <platform.h>
5
6#include <dolphin/os.h>
7#include <dolphin/os/OSExi.h>
8
9typedef struct CARDFileInfo CARDFileInfo;
10typedef struct CARDStat CARDStat;
11
12typedef void (*CARDCallback)(EXIChannel chan, s32 result);
13
14#endif
EXIChannel
Definition OSExi.h:20
void(* CARDCallback)(EXIChannel chan, s32 result)
Definition forward.h:12
signed long s32
A signed 32-bit integer.
Definition platform.h:14
Definition card.h:90
Definition CARDStat.c:22