summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/cpu-arm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/cpu-arm.h')
-rw-r--r--src/pulsecore/cpu-arm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pulsecore/cpu-arm.h b/src/pulsecore/cpu-arm.h
index a87cb63b..0e0c3e42 100644
--- a/src/pulsecore/cpu-arm.h
+++ b/src/pulsecore/cpu-arm.h
@@ -24,6 +24,7 @@
***/
#include <stdint.h>
+#include <pulsecore/macro.h>
typedef enum pa_cpu_arm_flag {
PA_CPU_ARM_V6 = (1 << 0),
@@ -34,7 +35,7 @@ typedef enum pa_cpu_arm_flag {
PA_CPU_ARM_VFPV3 = (1 << 5)
} pa_cpu_arm_flag_t;
-void pa_cpu_init_arm (void);
+pa_bool_t pa_cpu_init_arm (pa_cpu_arm_flag_t *flags);
/* some optimized functions */
void pa_volume_func_init_arm(pa_cpu_arm_flag_t flags);