1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-30 07:42:13 +00:00
Atmosphere/exosphere/bpmpfw/src/lp0.h

8 lines
117 B
C
Raw Normal View History

2018-02-23 12:13:18 +00:00
#ifndef EXOSPHERE_BPMPFW_LP0_H
#define EXOSPHERE_BPMPFW_LP0_H
void lp0_entry_main(void);
void reboot(void);
#endif