mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +00:00
10 lines
190 B
C
10 lines
190 B
C
#include "utils.h"
|
|
#include "mmu.h"
|
|
#include "memory_map.h"
|
|
|
|
/* start.s */
|
|
void __jump_to_lower_el(uint64_t arg, uintptr_t ep, unsigned int el);
|
|
|
|
void warmboot_main(void) {
|
|
/* TODO */
|
|
}
|