OSDN Git Service
(root)
/
android-x86
/
external-bluetooth-bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c0d8ee
)
android: Add missing success status definition to IPC header
author
Szymon Janc
<szymon.janc@tieto.com>
Fri, 25 Oct 2013 10:50:10 +0000
(12:50 +0200)
committer
Luiz Augusto von Dentz
<luiz.von.dentz@intel.com>
Fri, 25 Oct 2013 12:00:29 +0000
(15:00 +0300)
This is used in HAL callbacks to indicate success.
android/hal-msg.h
patch
|
blob
|
history
diff --git
a/android/hal-msg.h
b/android/hal-msg.h
index
7404ea5
..
753da4b
100644
(file)
--- 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