summaryrefslogtreecommitdiff
path: root/src/pulsecore/cpu-arm.h
diff options
context:
space:
mode:
authorArun Raghavan <arun.raghavan@collabora.co.uk>2012-10-16 12:00:19 +0530
committerArun Raghavan <arun.raghavan@collabora.co.uk>2012-10-19 19:01:16 +0530
commit60660a1aecadb48f01e0e52fe0faf8e450d1e865 (patch)
tree7f226b9027e3db8ea510cf0e4d2c4f43ab543e87 /src/pulsecore/cpu-arm.h
parent2e303b860001346d0d33d06fadfde9f6f38fe18d (diff)
core: Separate ARM CPU detection from initialisation
This separate the ARM CPU feature detection code from the initialisation so that we can reuse it in tests, like we did for x86 a while back.
Diffstat (limited to 'src/pulsecore/cpu-arm.h')
-rw-r--r--src/pulsecore/cpu-arm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pulsecore/cpu-arm.h b/src/pulsecore/cpu-arm.h
index f0f49ef4a..91aa659ef 100644
--- a/src/pulsecore/cpu-arm.h
+++ b/src/pulsecore/cpu-arm.h
@@ -35,6 +35,7 @@ typedef enum pa_cpu_arm_flag {
PA_CPU_ARM_VFPV3 = (1 << 5)
} pa_cpu_arm_flag_t;
+void pa_cpu_get_arm_flags(pa_cpu_arm_flag_t *flags);
pa_bool_t pa_cpu_init_arm(pa_cpu_arm_flag_t *flags);
/* some optimized functions */