summaryrefslogtreecommitdiffstats
path: root/userspace/include/unit/unit.h
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/include/unit/unit.h')
-rw-r--r--userspace/include/unit/unit.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/userspace/include/unit/unit.h b/userspace/include/unit/unit.h
index 2f93bab5..442a73f1 100644
--- a/userspace/include/unit/unit.h
+++ b/userspace/include/unit/unit.h
@@ -23,6 +23,8 @@
23#ifndef __UNIT_UNIT_H__ 23#ifndef __UNIT_UNIT_H__
24#define __UNIT_UNIT_H__ 24#define __UNIT_UNIT_H__
25 25
26#include <pthread.h>
27
26struct gk20a; 28struct gk20a;
27 29
28struct unit_module; 30struct unit_module;
@@ -84,6 +86,8 @@ struct unit_module {
84 */ 86 */
85 void *lib_handle; 87 void *lib_handle;
86 struct unit_fw *fw; 88 struct unit_fw *fw;
89
90 pthread_t thread;
87}; 91};
88 92
89/* 93/*