mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-10-09 04:19:39 +00:00
8 lines
222 B
C
8 lines
222 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);
|