cpu-boosting: Move cpu boosting common struct to libsyscommon 26/297126/5
authorUnsung Lee <unsung.lee@samsung.com>
Wed, 9 Aug 2023 12:52:19 +0000 (21:52 +0900)
committerUnsung Lee <unsung.lee@samsung.com>
Mon, 28 Aug 2023 01:49:13 +0000 (10:49 +0900)
commit961b4d979492dfb64a3e0ed8ef5775bc8d71ffd5
tree2620fa0ca27d227c1780d2e007d32b6ed3a44df1
parent805daa0a694886ad56c94e0200fc28bd866a1263
cpu-boosting: Move cpu boosting common struct to libsyscommon

Extract cpu boosting common struct and move it to libsyscmmon to be referenced
between resourced cpu boosting module and cpu boosting plugin backend.

structure name is changed like below for consistency:
  - cpu_boosting_info -> syscommon_resourced_cpu_boosting_info
  - cpu_boosting_input -> syscommon_resourced_cpu_boosting_input

Change-Id: Id1296115c984cd03250cbb3cf182b79f4067ecaf
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
src/common/conf/cpu-common.h
src/resource-optimizer/cpu/cpu-boosting.c