mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-10 07:06:34 +00:00
fusee: update header names for starting cpu0
This commit is contained in:
parent
271272e13b
commit
60c0df032d
2 changed files with 2 additions and 2 deletions
|
@ -33,6 +33,6 @@ u32 *display_init_framebuffer();
|
||||||
/*! Enable or disable the backlight. Should only be called when the screen is completely set up, to avoid flickering. */
|
/*! Enable or disable the backlight. Should only be called when the screen is completely set up, to avoid flickering. */
|
||||||
void display_enable_backlight(bool on);
|
void display_enable_backlight(bool on);
|
||||||
|
|
||||||
void cluster_boot_cpu0(u64 entry, u32 ns_disable);
|
void cluster_enable_cpu0(u64 entry, u32 ns_disable);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -7,6 +7,6 @@
|
||||||
#define FLOW_CTLR_RAM_REPAIR 0x40
|
#define FLOW_CTLR_RAM_REPAIR 0x40
|
||||||
#define FLOW_CTLR_BPMP_CLUSTER_CONTROL 0x98
|
#define FLOW_CTLR_BPMP_CLUSTER_CONTROL 0x98
|
||||||
|
|
||||||
void cluster_boot_cpu0(u64 entry, u32 ns_disable);
|
void cluster_enable_cpu0(u64 entry, u32 ns_disable);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue