mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-03 02:28:16 -04:00
13 lines
276 B
C
13 lines
276 B
C
#ifndef _IN_BOOT_SEGMENTS_H
|
|
#define _IN_BOOT_SEGMENTS_H
|
|
#include <ultra64.h>
|
|
|
|
void *segGetDataStart(void);
|
|
void *segGetDatazipRomStart(void);
|
|
void *segGetInflateRomStart(void);
|
|
void *segGetInflateRomStart2(void);
|
|
void *segGetGamezipsRomStart(void);
|
|
u32 bootInflate();
|
|
|
|
#endif
|