- 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 <k_c.kwon@samsung.com>
/**
* @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
*
/**
* @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
/**
* @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