From f2b66918e635dbd4860bf3af4303d2e86d182983 Mon Sep 17 00:00:00 2001 From: Mark Arigo Date: Wed, 17 Dec 2008 04:38:53 +0000 Subject: Move the Synaptics touchpad driver for the m:robe 100 to a common place. It will (soon) be used for the Philips HDD1630. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19465 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/synaptics-mep.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 firmware/export/synaptics-mep.h (limited to 'firmware/export') diff --git a/firmware/export/synaptics-mep.h b/firmware/export/synaptics-mep.h new file mode 100644 index 0000000000..8f717da884 --- /dev/null +++ b/firmware/export/synaptics-mep.h @@ -0,0 +1,27 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * $Id$ + * + * Copyright (C) 2008 by Mark Arigo + * + * 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 software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ****************************************************************************/ + +int syn_init(void); +int syn_read_device(int *data, int len); + +#ifdef ROCKBOX_HAS_LOGF +void syn_info(void); +#endif -- cgit v1.2.3