Add bpc service header

This commit is contained in:
XorTroll 2018-07-31 13:53:23 +02:00 committed by GitHub
parent 93dabfab3f
commit 3677d395a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,14 @@
/**
* @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);