summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/adc-target.h
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2012-01-08 00:39:29 +0000
committerRafaël Carré <rafael.carre@gmail.com>2012-01-08 00:39:29 +0000
commit7f2156661ce72bc7241217f1477f5989f5ac8c08 (patch)
treea65484fa56d0ca668af213edfb5e81463b1b55ef /firmware/target/arm/as3525/adc-target.h
parent162a8b1e403251ee5f41ff574d68c6c82357d4ad (diff)
downloadrockbox-7f2156661ce72bc7241217f1477f5989f5ac8c08.tar.gz
rockbox-7f2156661ce72bc7241217f1477f5989f5ac8c08.zip
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
Diffstat (limited to 'firmware/target/arm/as3525/adc-target.h')
-rw-r--r--firmware/target/arm/as3525/adc-target.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/firmware/target/arm/as3525/adc-target.h b/firmware/target/arm/as3525/adc-target.h
index 007a11af10..69af3a3261 100644
--- a/firmware/target/arm/as3525/adc-target.h
+++ b/firmware/target/arm/as3525/adc-target.h
@@ -1,27 +1,2 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
9 *
10 * Copyright (C) 2006 by Barry Wardell
11 *
12 * This program is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
16 *
17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied.
19 *
20 ****************************************************************************/
21#ifndef _ADC_TARGET_H_
22#define _ADC_TARGET_H_
23
24/* The ADC sources and channels are common to all targets with AS3514 */ 1/* The ADC sources and channels are common to all targets with AS3514 */
25#include "as3514.h" 2#include "as3514.h"
26
27#endif