Create psm.h

This commit is contained in:
XorTroll 2018-09-06 18:55:39 +02:00 committed by GitHub
parent b71c3c9bee
commit 461892122b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,13 @@
/**
* @file psm.h
* @brief PSM service IPC wrapper.
* @author XorTroll
* @copyright libnx Authors
*/
#pragma once
#include "../types.h"
Result psmInitialize(void);
void psmExit(void);
Result psmGetBatteryChargePercentage(u32 *out);