mirror of https://github.com/PrimeDecomp/prime.git
7 lines
221 B
C
7 lines
221 B
C
|
#include "types.h"
|
||
|
|
||
|
__declspec(section ".init") extern void __init_hardware(void);
|
||
|
__declspec(section ".init") extern void __flush_cache(register void* address, register unsigned int size);
|
||
|
|
||
|
extern void __init_cpp(void);
|