From 7f2156661ce72bc7241217f1477f5989f5ac8c08 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Sun, 8 Jan 2012 00:39:29 +0000 Subject: 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 --- firmware/export/adc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/export/adc.h') diff --git a/firmware/export/adc.h b/firmware/export/adc.h index 4a0d384aba..623d1675c9 100644 --- a/firmware/export/adc.h +++ b/firmware/export/adc.h @@ -29,6 +29,8 @@ void adc_init(void) INIT_ATTR; #ifndef NEED_ADC_CLOSE #define adc_close() +#else +void adc_close(void); #endif #endif /* _ADC_H_ */ -- cgit v1.2.3