571e88552d6f4abfcc8a9aefe1cf45a54c370e17
[monky] / src / sony.h
1 /* Conky, a system monitor, based on torsmo
2  *
3  * Please see COPYING for details
4  *
5  * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al.
6  * Copyright (c) 2009 Yeon-Hyeong Yang <lbird94@gmail.com>
7  *      (see AUTHORS)
8  * All rights reserved.
9  *
10  * This program is free software: you can redistribute it and/or modify
11  * it under the terms of the GNU General Public License as published by
12  * the Free Software Foundation, either version 3 of the License, or
13  * (at your option) any later version.
14  *
15  * This program is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU General Public License for more details.
19  * You should have received a copy of the GNU General Public License
20  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
21  *
22  */
23 /* conky support for information from sony_laptop kernel module
24  *   information from sony_laptop kernel module
25  *   /sys/devices/platform/sony-laptop
26  *   I mimicked the methods from ibm.c
27  * Yeon-Hyeong Yang <lbird94@gmail.com> */
28
29 #ifndef _SONY_H
30 #define _SONY_H
31
32 #include <sys/types.h>
33
34 void get_sony_fanspeed(char *buf, size_t client_buffer_size);
35
36 #endif /* _SONY_H */