7# define sanitize_psp(psp)
16void sanitize_psp(uint32_t * psp);
21#define sanitize_psp_for_thread(psp, thread_id)
32void sanitize_psp_for_thread(uint32_t * psp,
Thread_t thread_id);
uint8_t Thread_t
Data type used for thread IDs.
Definition defines.h:72