Atmosphere/exosphere/bpmpfw/src/lp0.h

11 lines
138 B
C
Raw Normal View History

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