mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-22 07:32:00 +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);
|