summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2011-12-31 18:44:12 +0000
committerRafaël Carré <rafael.carre@gmail.com>2011-12-31 18:44:12 +0000
commit2de47e2bae0d526f3d7c2889c242c80bf026d145 (patch)
tree5fae92d208abd5c111a2bee324464a6c56205f21 /firmware/target/arm/as3525
parent280d5844a1828176320ccdf6506f0789d162cb07 (diff)
downloadrockbox-2de47e2bae0d526f3d7c2889c242c80bf026d145.tar.gz
rockbox-2de47e2bae0d526f3d7c2889c242c80bf026d145.zip
firewire/usb_remove/insert_int: move to system-target.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31491 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/as3525')
-rw-r--r--firmware/target/arm/as3525/system-target.h4
-rw-r--r--firmware/target/arm/as3525/usb-target.h27
2 files changed, 4 insertions, 27 deletions
diff --git a/firmware/target/arm/as3525/system-target.h b/firmware/target/arm/as3525/system-target.h
index cdcc2e6687..db5bb892ef 100644
--- a/firmware/target/arm/as3525/system-target.h
+++ b/firmware/target/arm/as3525/system-target.h
@@ -64,4 +64,8 @@ static inline void mdelay(unsigned msecs)
64{ 64{
65 udelay(1000 * msecs); 65 udelay(1000 * msecs);
66} 66}
67
68void usb_insert_int(void);
69void usb_remove_int(void);
70
67#endif /* SYSTEM_TARGET_H */ 71#endif /* SYSTEM_TARGET_H */
diff --git a/firmware/target/arm/as3525/usb-target.h b/firmware/target/arm/as3525/usb-target.h
index 673fb176c6..e69de29bb2 100644
--- a/firmware/target/arm/as3525/usb-target.h
+++ b/firmware/target/arm/as3525/usb-target.h
@@ -1,27 +0,0 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
9 *
10 * Copyright (C) 2006 by Barry Wardelll
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 USB_TARGET_H
22#define USB_TARGET_H
23
24void usb_insert_int(void);
25void usb_remove_int(void);
26
27#endif /* USB_TARGET_H */