From b38c1e4b0d6e9ddb8fc827b47565e987e1f39479 Mon Sep 17 00:00:00 2001 From: Kichan Kwon Date: Thu, 31 Mar 2016 16:33:20 +0900 Subject: [PATCH] Modify first release version of some APIs - These APIs are decided to include at Tizen 2.4 - But, Tizen 2.4 wearable isn't released, so we need to set separately Change-Id: I2d293a398e6df41d92868b7d930daffe48fe415d Signed-off-by: Kichan Kwon --- include/runtime_info.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/runtime_info.h b/include/runtime_info.h index 844b746..e676b39 100644 --- a/include/runtime_info.h +++ b/include/runtime_info.h @@ -367,7 +367,7 @@ int runtime_info_get_process_cpu_usage(int *pid, int size, process_cpu_usage_s * /** * @brief Gets the number of processors - * @since_tizen 3.0 + * @since_tizen @if MOBILE 2.4 @else 3.0 @endif * * @param[out] num_core The number of whole processors * @@ -379,7 +379,7 @@ int runtime_info_get_processor_count(int *num_core); /** * @brief Gets the current frequency of processor - * @since_tizen 3.0 + * @since_tizen @if MOBILE 2.4 @else 3.0 @endif * * @param[in] core_idx The index (from 0) of CPU core that you want to know the frequency * @param[out] cpu_freq The current frequency(MHz) of processor @@ -392,7 +392,7 @@ int runtime_info_get_processor_current_frequency(int core_idx, int *cpu_freq); /** * @brief Gets the max frequency of processor - * @since_tizen 3.0 + * @since_tizen @if MOBILE 2.4 @else 3.0 @endif * * @param[in] core_idx The index (from 0) of CPU core that you want to know the frequency * @param[out] cpu_freq The max frequency(MHz) of processor -- 2.7.4