aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kernel/uapi/ethosu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/uapi/ethosu.h b/kernel/uapi/ethosu.h
index b35cd05..69f8d3a 100644
--- a/kernel/uapi/ethosu.h
+++ b/kernel/uapi/ethosu.h
@@ -256,7 +256,7 @@ struct ethosu_uapi_inference_create {
* ETHOSU_UAPI_STATUS_OK.
*/
struct ethosu_uapi_result_status {
- enum ethosu_uapi_status status;
+ __u32 status;
struct ethosu_uapi_pmu_config pmu_config;
struct ethosu_uapi_pmu_counts pmu_count;
};
@@ -267,7 +267,7 @@ struct ethosu_uapi_result_status {
* @status OK if inference cancellation was performed, ERROR otherwise.
*/
struct ethosu_uapi_cancel_inference_status {
- enum ethosu_uapi_status status;
+ __u32 status;
};
#ifdef __cplusplus