/**
* @brief Gets the number of processors.
- * @since_tizen @if MOBILE 2.4 @else 3.0 @endif
+ * @since_tizen 3.0
* @param[out] num_core The number of whole processors
* @retval #RUNTIME_INFO_ERROR_NONE Successful
* @retval #RUNTIME_INFO_ERROR_INVALID_PARAMETER Invalid parameter
/**
* @brief Gets the current frequency of processor.
- * @since_tizen @if MOBILE 2.4 @else 3.0 @endif
+ * @since_tizen 3.0
* @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
* @retval #RUNTIME_INFO_ERROR_NONE Successful
/**
* @brief Gets the max frequency of processor.
- * @since_tizen @if MOBILE 2.4 @else 3.0 @endif
+ * @since_tizen 3.0
* @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
* @retval #RUNTIME_INFO_ERROR_NONE Successful