Project

General

Profile

Revision 68

working decently

View differences:

mouse.h
1
#ifndef _MOUSE_FUNC_H_
2
#define _MOUSE_FUNC_H_
1
#ifndef MOUSE_H_INCLUDED
2
#define MOUSE_H_INCLUDED
3 3

  
4 4
#include <stdint.h>
5 5

  
......
16 16

  
17 17
int (mouse_set_data_report)(int on);
18 18

  
19
#endif /* end of include guard: _MOUSE_FUNC_H_ */
19
#endif //MOUSE_H_INCLUDED

Also available in: Unified diff