From 82d225899bd3d4fd07d70cac80f50c1b288dc4a3 Mon Sep 17 00:00:00 2001 From: Davide Grohmann Date: Mon, 25 Apr 2022 12:52:38 +0200 Subject: Add support for rejected inference responses Change-Id: I62e13df69c712ed4cf70766429b4cb13fc9c9dcb --- kernel/uapi/ethosu.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'kernel/uapi/ethosu.h') diff --git a/kernel/uapi/ethosu.h b/kernel/uapi/ethosu.h index fda7fc2..4627cb9 100644 --- a/kernel/uapi/ethosu.h +++ b/kernel/uapi/ethosu.h @@ -75,7 +75,9 @@ namespace EthosU { */ enum ethosu_uapi_status { ETHOSU_UAPI_STATUS_OK, - ETHOSU_UAPI_STATUS_ERROR + ETHOSU_UAPI_STATUS_ERROR, + ETHOSU_UAPI_STATUS_RUNNING, + ETHOSU_UAPI_STATUS_REJECTED, }; /** -- cgit v1.2.1