mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2026-03-01 05:04:39 +00:00
10 lines
211 B
C
10 lines
211 B
C
#ifndef EXOSPHERE_LP0_H
|
|
#define EXOSPHERE_LP0_H
|
|
|
|
#include <stdint.h>
|
|
|
|
/* Exosphere Deep Sleep Entry implementation. */
|
|
|
|
uint32_t cpu_suspend(uint64_t power_state, uint64_t entrypoint, uint64_t argument);
|
|
|
|
#endif |