summaryrefslogtreecommitdiffstats
path: root/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'device.h')
-rw-r--r--device.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/device.h b/device.h
index c11f52e..1241982 100644
--- a/device.h
+++ b/device.h
@@ -19,6 +19,8 @@
#include "ui.h"
+#define KEY_FLAG_ABS 0x8000
+
class Device : public VoldWatcher {
public:
Device(RecoveryUI* ui) : ui_(ui) { }