summaryrefslogtreecommitdiff
path: root/firmware/target/coldfire/iaudio/x5/adc-target.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2006-10-28 23:10:45 +0000
committerMichael Sevakis <jethead71@rockbox.org>2006-10-28 23:10:45 +0000
commitc4a0d45d36cf093425146c93c25c8f97df87a854 (patch)
treefaf8486c7e296c2272c3b2b277c097ad50ceb695 /firmware/target/coldfire/iaudio/x5/adc-target.h
parent56e75bee23b0458ebe5198912c024475c762c355 (diff)
downloadrockbox-c4a0d45d36cf093425146c93c25c8f97df87a854.tar.gz
rockbox-c4a0d45d36cf093425146c93c25c8f97df87a854.zip
Cleanup of new button reading code. Moved functions for enabling of scanning and the decision to scan or not to button_read_device.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11377 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/coldfire/iaudio/x5/adc-target.h')
-rw-r--r--firmware/target/coldfire/iaudio/x5/adc-target.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/target/coldfire/iaudio/x5/adc-target.h b/firmware/target/coldfire/iaudio/x5/adc-target.h
index 51e853625f..4081562fe5 100644
--- a/firmware/target/coldfire/iaudio/x5/adc-target.h
+++ b/firmware/target/coldfire/iaudio/x5/adc-target.h
@@ -28,7 +28,5 @@
28 28
29/* Force a scan now */ 29/* Force a scan now */
30unsigned short adc_scan(int channel); 30unsigned short adc_scan(int channel);
31void adc_enable_button_scan(bool enable);
32bool adc_get_button_scan_enabled(void);
33 31
34#endif /* _ADC_TARGET_H_ */ 32#endif /* _ADC_TARGET_H_ */