summaryrefslogtreecommitdiffstats
path: root/arch/x86/um/shared/sysdep/tls.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/um/shared/sysdep/tls.h')
-rw-r--r--arch/x86/um/shared/sysdep/tls.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/um/shared/sysdep/tls.h b/arch/x86/um/shared/sysdep/tls.h
index db2ae9c12e23..f2f30bd67b9b 100644
--- a/arch/x86/um/shared/sysdep/tls.h
+++ b/arch/x86/um/shared/sysdep/tls.h
@@ -29,6 +29,9 @@ typedef struct user_desc user_desc_t;
# endif /* __KERNEL__ */
+extern int os_set_thread_area(user_desc_t *info, int pid);
+extern int os_get_thread_area(user_desc_t *info, int pid);
+
#ifdef __i386__
#define GDT_ENTRY_TLS_MIN_I386 6
#define GDT_ENTRY_TLS_MIN_X86_64 12