summaryrefslogtreecommitdiff
path: root/cmds/lshal/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/lshal/utils.h')
-rw-r--r--cmds/lshal/utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmds/lshal/utils.h b/cmds/lshal/utils.h
index 7eca14e0f7..c09e8b1666 100644
--- a/cmds/lshal/utils.h
+++ b/cmds/lshal/utils.h
@@ -44,6 +44,8 @@ enum : unsigned int {
NO_INTERFACE = 1 << 7,
// Transaction error from hwbinder transactions
TRANSACTION_ERROR = 1 << 8,
+ // No transaction error, but return value is unexpected.
+ BAD_IMPL = 1 << 9,
};
using Status = unsigned int;