build fix
[cpufrequi] / n900.h
1 #ifndef N900_H
2 #define N900_H 1
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7
8 int omap_get_real_temperature();
9 int omap_get_raw_temperature();
10
11 #ifdef __cplusplus
12 }
13 #endif
14
15 #endif /* N900_H */