summaryrefslogtreecommitdiff
path: root/msm8998/hal/inc/HAL.h
diff options
context:
space:
mode:
Diffstat (limited to 'msm8998/hal/inc/HAL.h')
-rw-r--r--msm8998/hal/inc/HAL.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/msm8998/hal/inc/HAL.h b/msm8998/hal/inc/HAL.h
index 24761dd..c7b7817 100644
--- a/msm8998/hal/inc/HAL.h
+++ b/msm8998/hal/inc/HAL.h
@@ -161,6 +161,9 @@ public:
const hidl_string& /* prefix */,
removeDownstream_cb /* hidl_cb */);
+ /* Common */
+ Return<void> debug(const hidl_handle& /* fd */, const hidl_vec<hidl_string>& /* options */);
+
private:
typedef struct BoolResult {
bool success;