mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-10-09 21:08:59 +00:00
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);
|