Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8
/* Public domain. */ #ifndef _LINUX_STACKDEPOT_H #define _LINUX_STACKDEPOT_H typedef uint32_t depot_stack_handle_t; #endif