SSBM Decomp
Loading...
Searching...
No Matches
__ppc_eabi_init.h
Go to the documentation of this file.
1#ifndef DOLPHIN_OS_INIT___PPC_EABI_INIT_H
2#define DOLPHIN_OS_INIT___PPC_EABI_INIT_H
3
4void __init_user(void);
6
8SECTION_INIT void __flush_cache(void* address, size_t size);
9
10#endif
void __init_user(void)
SECTION_INIT void __init_hardware(void)
ATTRIBUTE_NORETURN void _ExitProcess(void)
SECTION_INIT void __flush_cache(void *address, size_t size)
#define SECTION_INIT
Definition platform.h:52
#define ATTRIBUTE_NORETURN
Definition platform.h:76