summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2008-09-10 20:14:22 +0000
committerBertrik Sikken <bertrik@sikken.nl>2008-09-10 20:14:22 +0000
commit37a384c541efe67a98f9db1b80a181f9cef32023 (patch)
treea72b3c521def1deadcec8123da0dfd69c809a7bb /firmware/export
parent1cf8331d7a4e5fc7b0548688ff5d018224cc4ed1 (diff)
downloadrockbox-37a384c541efe67a98f9db1b80a181f9cef32023.tar.gz
rockbox-37a384c541efe67a98f9db1b80a181f9cef32023.zip
Minor missing #include and static function fixes for mrobe
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18487 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/tsc2100.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/tsc2100.h b/firmware/export/tsc2100.h
index a1245bd898..242d3b1889 100644
--- a/firmware/export/tsc2100.h
+++ b/firmware/export/tsc2100.h
@@ -28,6 +28,8 @@ void tsc2100_read_values(short *x, short* y, short *z1, short *z2);
28short tsc2100_readreg(int page, int address); 28short tsc2100_readreg(int page, int address);
29/* write a value to the register */ 29/* write a value to the register */
30void tsc2100_writereg(int page, int address, short value); 30void tsc2100_writereg(int page, int address, short value);
31/* produce a key click (doesn't work?) */
32void tsc2100_keyclick(void);
31 33
32/* ts adc page defines (page 1, 00h ) (refer to page 40 of the datasheet) */ 34/* ts adc page defines (page 1, 00h ) (refer to page 40 of the datasheet) */
33#define TSADC_PAGE 1 35#define TSADC_PAGE 1