1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-10-01 03:13:25 +01:00
Atmosphere/exosphere/src/warmboot_main.c

10 lines
174 B
C
Raw Normal View History

#include "utils.h"
#include "mmu.h"
#include "memory_map.h"
2018-03-03 02:43:46 +00:00
#include "cpu_context.h"
void warmboot_main(void) {
2018-03-03 02:43:46 +00:00
/* TODO: lots of stuff */
core_jump_to_lower_el();
}