Put a couple x5-specific function declarations in adc-target.h where they should be.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11358 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1d4a9c6366
commit
2ede2a79e6
2 changed files with 4 additions and 7 deletions
|
@ -105,9 +105,4 @@ void adc_init(void);
|
|||
unsigned short adc_scan(int channel);
|
||||
#endif
|
||||
|
||||
#if defined(IAUDIO_X5)
|
||||
void adc_enable_button_scan(bool enable);
|
||||
bool adc_get_button_scan_enabled(void);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
#endif /* _ADC_H_ */
|
||||
|
|
|
@ -28,5 +28,7 @@
|
|||
|
||||
/* Force a scan now */
|
||||
unsigned short adc_scan(int channel);
|
||||
void adc_enable_button_scan(bool enable);
|
||||
bool adc_get_button_scan_enabled(void);
|
||||
|
||||
#endif
|
||||
#endif /* _ADC_TARGET_H_ */
|
||||
|
|
Loading…
Reference in a new issue