diff options
author | Peter Osterlund <petero2@telia.com> | 2004-04-12 01:27:55 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:02:00 +0200 |
commit | 5a3e05478ae3e641791031c241dc00eb43598726 (patch) | |
tree | 9afe8241c4ed96adedb9afd338734e980f5acc00 /eventcomm.h | |
parent | bda42daf592497ee210868660ce6be5a0f390e98 (diff) |
Some work on abstracting out the protocol differences from
synaptics.c to make supporting the FreeBSD psm driver possible.
Diffstat (limited to 'eventcomm.h')
-rw-r--r-- | eventcomm.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/eventcomm.h b/eventcomm.h new file mode 100644 index 0000000..96127f2 --- /dev/null +++ b/eventcomm.h @@ -0,0 +1,26 @@ +/* + * Copyright 2004 Peter Osterlund <petero2@telia.com> + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + */ +#ifndef _EVENTCOMM_H_ +#define _EVENTCOMM_H_ + +#include "linux_input.h" + + + +#endif /* _EVENTCOMM_H_ */ |