#define __TIZEN_SYSTEM_COMMON_H__
#include <dlog.h>
-#include <tizen.h>
#ifdef __cplusplus
extern "C" {
#define API __attribute__ ((visibility ("default")))
#endif
-typedef enum {
- RESOURCE_ERROR_NONE = TIZEN_ERROR_NONE, /**< Success */
- RESOURCE_ERROR_NOT_SUPPORTED = TIZEN_ERROR_INVALID_OPERATION, /**< Not supported */
- RESOURCE_ERROR_INVALID_PARAMETER = TIZEN_ERROR_INVALID_PARAMETER, /**< Invalid parameter */
- RESOURCE_ERROR_PERMISSION_DENIED = TIZEN_ERROR_PERMISSION_DENIED, /**< Permission denied */
- RESOURCE_ERROR_OPERATION_FAILED = TIZEN_ERROR_IO_ERROR, /**< Operation failed */
- RESOURCE_ERROR_OUT_OF_MEMORY = TIZEN_ERROR_OUT_OF_MEMORY, /**< Out of memory */
- RESOURCE_ERROR_NO_SUCH_FILE = TIZEN_ERROR_NO_SUCH_FILE /**< No such file */
-} resource_error_e;
-
#ifdef __cplusplus
}
#endif
#define __TIZEN_SYSTEM_CPU_BOOSTING_TYPE_H__
#include <sys/types.h>
+#include <tizen.h>
#ifdef __cplusplus
extern "C" {
#endif
+/**
+ * @brief Enumeration for cpu boosting error.
+ * @since_tizen 6.5
+ */
+typedef enum {
+ RESOURCE_ERROR_NONE = TIZEN_ERROR_NONE, /**< Success */
+ RESOURCE_ERROR_NOT_SUPPORTED = TIZEN_ERROR_INVALID_OPERATION, /**< Not supported */
+ RESOURCE_ERROR_INVALID_PARAMETER = TIZEN_ERROR_INVALID_PARAMETER, /**< Invalid parameter */
+ RESOURCE_ERROR_PERMISSION_DENIED = TIZEN_ERROR_PERMISSION_DENIED, /**< Permission denied */
+ RESOURCE_ERROR_OPERATION_FAILED = TIZEN_ERROR_IO_ERROR, /**< Operation failed */
+ RESOURCE_ERROR_OUT_OF_MEMORY = TIZEN_ERROR_OUT_OF_MEMORY, /**< Out of memory */
+ RESOURCE_ERROR_NO_SUCH_FILE = TIZEN_ERROR_NO_SUCH_FILE /**< No such file */
+} resource_error_e;
+
/**
* @brief Enumeration for cpu boosting flag.
* @since_tizen 6.5