Newer
Older
Atmosphere / exosphere / src / lp0.h
@Michael Scire Michael Scire on 26 Feb 2018 211 bytes Start implementing smcCpuSuspend
#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