rockbox/firmware/kernel/include
Aidan MacDonald b650e774a1 kernel: Fix unsafe cross-section reference in init_tick()
This is a small wrapper function which calls other init code
and is only called from init code; mark it INIT_ATTR to fix
the unsafe reference.

Change-Id: I5525461e9fd63955c6396d3151d209c457b3d798
2022-12-18 22:23:52 +00: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 kernel: remove unused function mutex_test() 2022-05-14 11:29:55 -04:00
queue.h Fix undefined behavior that blocks compiling with UBSan 2022-04-17 11:37:34 -04: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 kernel: Fix unsafe cross-section reference in init_tick() 2022-12-18 22:23:52 +00:00
timeout.h