mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-10-04 16:47:09 +02:00
11 lines
138 B
C
11 lines
138 B
C
#ifndef EXOSPHERE_BPMPFW_LP0_H
|
|
#define EXOSPHERE_BPMPFW_LP0_H
|
|
|
|
#include "utils.h"
|
|
|
|
void lp0_entry_main(void);
|
|
|
|
void reboot(void);
|
|
|
|
#endif
|