SSBM Decomp
Loading...
Searching...
No Matches
CARDUnlock.h
Go to the documentation of this file.
1#ifndef DOLPHIN_CARD_CARDUNLOCK_H
2#define DOLPHIN_CARD_CARDUNLOCK_H
3
4#include <platform.h>
5
6s32 __CARDUnlock(s32 chan, u8 flashID[12]);
7
8s32 DummyLen(void);
9u32 bitrev(u32 data);
10s32 ReadArrayUnlock(s32 chan, u32 data, void* rbuf, s32 rlen, s32 mode);
11
12#endif
s32 DummyLen(void)
Definition CARDUnlock.c:126
u32 bitrev(u32 data)
Definition CARDUnlock.c:63
s32 __CARDUnlock(s32 chan, u8 flashID[12])
Definition CARDUnlock.c:214
s32 ReadArrayUnlock(s32 chan, u32 data, void *rbuf, s32 rlen, s32 mode)
Definition CARDUnlock.c:92
unsigned long u32
An unsigned 32-bit integer.
Definition platform.h:26
signed long s32
A signed 32-bit integer.
Definition platform.h:14
unsigned char u8
An unsigned 8-bit integer.
Definition platform.h:20