#ifndef _LUNAIX_UHDR_USR_THREADS_H #define _LUNAIX_UHDR_USR_THREADS_H #include "types.h" struct uthread_param { void* th_handler; void* arg1; }; #endif /* _LUNAIX_UHDR_USR_THREADS_H */