firmware: arm_scmi: Add asynchronous sensor read if it supports
[linux-2.6-microblaze.git] / include / linux / scmi_protocol.h
index 2ace5af..ae73814 100644 (file)
@@ -145,6 +145,8 @@ struct scmi_sensor_info {
        u32 id;
        u8 type;
        s8 scale;
+       u8 num_trip_points;
+       bool async;
        char name[SCMI_MAX_STR_SIZE];
 };