mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-12-13 08:21:16 +01:00
7 lines
99 B
C
7 lines
99 B
C
|
#ifndef FUSEE_CLUSTER_H_
|
||
|
#define FUSEE_CLUSTER_H_
|
||
|
|
||
|
void cluster_boot_cpu0(uint32_t entry);
|
||
|
|
||
|
#endif
|