Merge commit 'origin/gallium-0.1' into gallium-0.2
[mesa.git] / src / mesa / ppc / common_ppc_features.h
index 4d46ca04c9d75b70ebb8b97353d3bb78c3247dac..9cde422d72d5b54fd83b645e3ad46942fb79e4d2 100644 (file)
@@ -48,4 +48,7 @@ extern unsigned long _mesa_ppc_cpu_features;
 #define cpu_has_fpu ((_mesa_ppc_cpu_features & PPC_FEATURE_HAS_FPU) != 0)
 
 #endif /* USE_PPC_ASM */
+
+extern void _mesa_init_all_ppc_transform_asm( void );
+
 #endif /* COMMON_PPC_FEATURES_H */