b.liu | 8583dce | 2024-04-03 13:30:08 +0800 | [diff] [blame] | 1 | #ifndef _LYNQ_QSER_THERMAL_H_ |
2 | #define _LYNQ_QSER_THERMAL_H_ | ||||
3 | |||||
4 | #ifdef __cplusplus | ||||
5 | extern "C" { | ||||
6 | #endif | ||||
7 | #define MAX_SIZE 100 | ||||
8 | int get_thermal_zone(int *numbers, int size); | ||||
9 | #ifdef __cplusplus | ||||
10 | } | ||||
11 | #endif | ||||
12 | #endif |