libnx/nx/include/switch/services/bpc.h

15 lines
275 B
C

/**
* @file bpc.h
* @brief Board power control (bpc) service IPC wrapper.
* @author XorTroll
* @copyright libnx Authors
*/
#pragma once
#include "../types.h"
Result bpcInitialize(void);
void bpcExit(void);
Result bpcShutdownSystem(void);
Result bpcRebootSystem(void);