Atmosphere/exosphere/bpmpfw/src/lp0.h

11 lines
138 B
C
Raw Normal View History

2018-02-23 12:13:18 +00:00
#ifndef EXOSPHERE_BPMPFW_LP0_H
#define EXOSPHERE_BPMPFW_LP0_H
2018-03-03 19:23:13 +00:00
#include "utils.h"
2018-02-23 12:13:18 +00:00
void lp0_entry_main(void);
void reboot(void);
2018-03-03 19:23:13 +00:00
#endif