--- emms.h 2002/06/16 22:38:08 1.3 +++ emms.h 2003/02/15 15:22:19 1.13 @@ -33,7 +33,7 @@ * * - Mon Jun 17 00:16:13 2002 Added legal header * - * $Id: emms.h,v 1.3 2002/06/16 22:38:08 edgomez Exp $ + * $Id: emms.h,v 1.13 2003/02/15 15:22:19 edgomez Exp $ * ****************************************************************************/ @@ -55,14 +55,18 @@ emmsFunc emms_c; emmsFunc emms_mmx; +emmsFunc emms_3dn; /***************************************************************************** * Prototypes ****************************************************************************/ -#if defined(ARCH_X86) -/* Returns the cpuid feature flags - defined in x86_asm/cpuid.asm */ -int check_cpu_features(void); +#ifdef ARCH_IS_IA32 +/* cpu_flag detection helper functions */ +extern int check_cpu_features(void); +extern void sse_os_trigger(void); +extern void sse2_os_trigger(void); #endif + #endif