Add files via upload

This commit is contained in:
XorTroll 2018-09-06 23:53:00 +02:00 committed by GitHub
parent 80439a186b
commit 69a7c61ee2
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);