First git commit
[howmuchuseit.git] / howmuchuseit.h
1 /* 
2  *  howmuchuseit.h
3  *
4  *  Copyright (C) 2011 
5  * 
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2 of the License, or
9  * (at your option) any later version.
10  * 
11  * This program is distributed in the hope that it will be useful, but
12  * WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABLILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14  * General Public License for more details. You should have received a
15  * copy of the GNU General Public License along with this program; if
16  * not, write to the Free Software Foundation, Inc, 59 Temple Place - 
17  * Suite 330, Boston, MA 02111-1307, USA.
18  * 
19  */
20
21
22 #include <stdlib.h>
23 #include <stdio.h>
24
25 #define EVENT_PATH       "/dev/input"
26 #define OUTPUT_FILE      "/var/log/howmuchuseit.log"
27 #define MAX_FD           16