mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2026-06-18 01:38:56 +00:00
8 lines
117 B
C
8 lines
117 B
C
|
|
#ifndef EXOSPHERE_BPMPFW_LP0_H
|
||
|
|
#define EXOSPHERE_BPMPFW_LP0_H
|
||
|
|
|
||
|
|
void lp0_entry_main(void);
|
||
|
|
|
||
|
|
void reboot(void);
|
||
|
|
|
||
|
|
#endif
|