adc-target.h: cleanup

move adc_close() prototype to adc.h
don't duplicate prototypes of adc.h
remove license header and guards for a single include of another file or for empty content

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31623 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2012-01-08 00:39:29 +00:00
parent 162a8b1e40
commit 7f2156661c
12 changed files with 2 additions and 231 deletions

View file

@ -29,6 +29,5 @@
#define ADC_REMOTE 2
#define NEED_ADC_CLOSE
void adc_close(void);
#endif /* _ADC_TARGET_H_ */