From 4f442909a804ddc29a4b4c939e5bd8d33af83ca6 Mon Sep 17 00:00:00 2001 From: CelesteBlue-dev Date: Sat, 10 Mar 2018 02:24:11 +0100 Subject: Add ksceSysconSetAlarmCallback to syscon.h --- include/kernel/syscon.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'include/kernel') diff --git a/include/kernel/syscon.h b/include/kernel/syscon.h index 225f798..67a64bb 100644 --- a/include/kernel/syscon.h +++ b/include/kernel/syscon.h @@ -199,6 +199,16 @@ int sceSysconEndConfigstorageTransaction(void); int sceSysconLoadConfigstorageScript(unsigned short, const void *buff, unsigned int size); int sceSysconVerifyConfigstorageScript(unsigned short, const void *buff, unsigned int size); +/** + * Set the alarm callback, that will be ran when the alarm timer is passed. + * + * @param callback The callback function. + * @param argp The second argument that will be passed to the callback. + * + * @return 0. + */ +int sceSysconSetAlarmCallback(SceSysconCallback callback, void *argp); + /** * Set the low battery callback, that will be ran when the battery is low. * -- cgit v1.2.3