summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/cpu-x86.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/cpu-x86.h')
-rw-r--r--src/pulsecore/cpu-x86.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pulsecore/cpu-x86.h b/src/pulsecore/cpu-x86.h
index 285c2031..0045ef6d 100644
--- a/src/pulsecore/cpu-x86.h
+++ b/src/pulsecore/cpu-x86.h
@@ -24,6 +24,7 @@
***/
#include <stdint.h>
+#include <pulsecore/macro.h>
typedef enum pa_cpu_x86_flag {
PA_CPU_X86_MMX = (1 << 0),
@@ -39,7 +40,7 @@ typedef enum pa_cpu_x86_flag {
PA_CPU_X86_CMOV = (1 << 10)
} pa_cpu_x86_flag_t;
-void pa_cpu_init_x86 (void);
+pa_bool_t pa_cpu_init_x86 (pa_cpu_x86_flag_t *flags);
#if defined (__i386__)
typedef int32_t pa_reg_x86;