1/* Public domain. */ 2 3#ifndef _LINUX_STACKDEPOT_H 4#define _LINUX_STACKDEPOT_H 5 6typedef uint32_t depot_stack_handle_t; 7 8#endif