rockbox/firmware/kernel/include
Aidan MacDonald d55dceff37 apps: Add ability to do a clean reboot
Allow a clean shutdown to end in either power off or reboot. Add a
new event SYS_REBOOT to signal it and sys_reboot() to trigger the
event. SYS_REBOOT signals a reboot request and should be listened
for alongside SYS_POWEROFF events.

Change-Id: I99ba7fb5feed2bb5a0a40a274e8466ad74fe3a43
2022-04-16 14:36:39 +01:00
..
corelock.h Do some kernel cleanup 2014-08-08 01:59:59 -04:00
kernel.h Do some kernel cleanup 2014-08-08 01:59:59 -04:00
mrsw_lock.h Base scheduler queues off linked lists and do cleanup/consolidation 2014-08-16 05:15:37 -04:00
mutex.h Rewrite filesystem code (WIP) 2014-08-30 03:48:23 +02:00
queue.h apps: Add ability to do a clean reboot 2022-04-16 14:36:39 +01:00
semaphore.h Base scheduler queues off linked lists and do cleanup/consolidation 2014-08-16 05:15:37 -04:00
thread.h [3/4] Completely remove HWCODEC support 2020-07-24 21:20:13 +00:00
tick.h
timeout.h