OSDN Git Service

Merge branch 'lineage-16.0' of https://github.com/me176c-dev/android_hardware_iio...
[android-x86/hardware-intel-libsensors.git] / activity_event_utils.h
index b54d958..582ef68 100644 (file)
 #define MAX_ACTIVITIES         6
 #define MAX_EVENTS_PER_ACTIVITY        2
 
-typedef unsigned bool;
-#define true   1
-#define false  0
-
 /* For each activity in activity_recognition.h we can monitor 2 events at most :
  * ENTER and EXIT */
 struct activity_event_info {