mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-05 02:52:13 +02:00
Add bpc service header
This commit is contained in:
parent
93dabfab3f
commit
3677d395a2
14
nx/include/switch/services/bpc.h
Normal file
14
nx/include/switch/services/bpc.h
Normal 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);
|
Loading…
Reference in New Issue
Block a user