SSBM Decomp
Loading...
Searching...
No Matches
support.h
Go to the documentation of this file.
1#ifndef _METROTRK_SUPPORT_H
2#define _METROTRK_SUPPORT_H
3
4#include <platform.h>
5
6#include "MetroTRK/msgbuf.h"
7#include "MetroTRK/trk.h"
8
9DSError TRKSuppAccessFile(u32, u8*, size_t*, u8*, bool, bool);
10DSError TRKRequestSend(MessageBuffer* msgBuf, int* bufferId, u32 p1, u32 p2,
11 int p3);
15
16#endif
DSError
Definition dserror.h:4
DSIOResult
Definition msgcmd.h:263
unsigned long u32
An unsigned 32-bit integer.
Definition platform.h:26
unsigned char u8
An unsigned 8-bit integer.
Definition platform.h:20
Definition msgbuf.h:16
DSError HandleCloseFileSupportRequest(int, DSIOResult *)
DSError TRKSuppAccessFile(u32, u8 *, size_t *, u8 *, bool, bool)
Definition support.c:9
DSError HandlePositionFileSupportRequest(u32, u32 *, u8, DSIOResult *)
DSError HandleOpenFileSupportRequest(const char *, u8, u32 *, DSIOResult *)
DSError TRKRequestSend(MessageBuffer *msgBuf, int *bufferId, u32 p1, u32 p2, int p3)
Definition support.c:118