am 97ba26bb: am cdefccdb: new sensor_event_t structure for the new HAL that can handle bigger payloads

Merge commit '97ba26bb6de7dd7317c36ac0a3406919dd09bdaf'

* commit '97ba26bb6de7dd7317c36ac0a3406919dd09bdaf':
  new sensor_event_t structure for the new HAL that can handle bigger payloads
diff --git a/include/hardware/sensors.h b/include/hardware/sensors.h
index a044e47..40deb76 100644
--- a/include/hardware/sensors.h
+++ b/include/hardware/sensors.h
@@ -240,6 +240,9 @@
 
         /* light in SI lux units */
         float           light;
+
+	/* pressure in hecto pascals */
+        float           pressure;
     };
 
     /* time is in nanosecond */