summaryrefslogtreecommitdiff
path: root/src/Makefile_Eina.am
diff options
context:
space:
mode:
authorDerek Foreman <derekf@osg.samsung.com>2016-09-15 16:02:10 -0500
committerDerek Foreman <derekf@osg.samsung.com>2016-09-16 14:10:49 -0500
commit13da63d26052b2839f2605fe20193a0da7fcea84 (patch)
tree3355052703591ab61459cc1fca7b96905d9f0754 /src/Makefile_Eina.am
parent1881b0d34302b8c29d4b086715eeda9e576ee60a (diff)
downloadefl-13da63d26052b2839f2605fe20193a0da7fcea84.tar.gz
eina_cpu: Add an internal api for getting a random fast core
In a big.LITTLE ARM system cores can have different capabilities. This gives an internal API that randomly returns the core id of any of the system's fastest cores. On systems where all cores are the same, it will return any available core. If we don't have cpufreq support we just return 0
Diffstat (limited to 'src/Makefile_Eina.am')
-rw-r--r--src/Makefile_Eina.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile_Eina.am b/src/Makefile_Eina.am
index 020052ad28..b442635ccd 100644
--- a/src/Makefile_Eina.am
+++ b/src/Makefile_Eina.am
@@ -58,6 +58,7 @@ lib/eina/eina_trash.h \
lib/eina/eina_iterator.h \
lib/eina/eina_main.h \
lib/eina/eina_cpu.h \
+lib/eina/eina_cpu_private.h \
lib/eina/eina_inline_cpu.x \
lib/eina/eina_sched.h \
lib/eina/eina_tiler.h \