|
@@ -340,6 +340,7 @@ struct thermal_zone_of_device_ops {
|
|
int (*get_temp)(void *, int *);
|
|
int (*get_temp)(void *, int *);
|
|
int (*get_trend)(void *, long *);
|
|
int (*get_trend)(void *, long *);
|
|
int (*set_emul_temp)(void *, int);
|
|
int (*set_emul_temp)(void *, int);
|
|
|
|
+ int (*set_trip_temp)(void *, int, int);
|
|
};
|
|
};
|
|
|
|
|
|
/**
|
|
/**
|