From a9be0747a68ae8593d13cabd620991a12ffa34ac Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Fri, 25 Oct 2013 12:50:10 +0200 Subject: [PATCH] android: Add missing success status definition to IPC header This is used in HAL callbacks to indicate success. --- android/hal-msg.h | 1 + 1 file changed, 1 insertion(+) diff --git a/android/hal-msg.h b/android/hal-msg.h index 7404ea583..753da4b6c 100644 --- a/android/hal-msg.h +++ b/android/hal-msg.h @@ -49,6 +49,7 @@ struct hal_hdr { /* Core Service */ +#define HAL_ERROR_SUCCESS 0x00 #define HAL_ERROR_FAILED 0x01 #define HAL_ERROR_NOT_READY 0x02 #define HAL_ERROR_NOMEM 0x03 -- 2.47.3