summaryrefslogtreecommitdiff
path: root/src/mesa/x86/common_x86_asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/x86/common_x86_asm.h')
-rw-r--r--src/mesa/x86/common_x86_asm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/x86/common_x86_asm.h b/src/mesa/x86/common_x86_asm.h
index 89312b2437..c7cd11ab05 100644
--- a/src/mesa/x86/common_x86_asm.h
+++ b/src/mesa/x86/common_x86_asm.h
@@ -54,6 +54,10 @@
extern int _mesa_x86_cpu_features;
+extern void _mesa_get_x86_features(void);
+
+extern void _mesa_check_os_sse_support(void);
+
extern void _mesa_init_all_x86_transform_asm( void );
#endif