diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2011-12-31 18:43:53 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2011-12-31 18:43:53 +0000 |
commit | df09274768f020fe403cbe9475f5ba192247826d (patch) | |
tree | b6a5bd77368f19797979e63a199b05da65346556 /firmware/target/arm/as3525 | |
parent | bce42fdc31648d7087dcbaac0704a422b33ac147 (diff) | |
download | rockbox-df09274768f020fe403cbe9475f5ba192247826d.tar.gz rockbox-df09274768f020fe403cbe9475f5ba192247826d.zip |
move usb_pin_init() declaration to PP's system-target.h
remove duplicate usb_detect() declaration
Remove all content from empty usb-target.h files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31488 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/as3525')
-rw-r--r-- | firmware/target/arm/as3525/usb-target.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/usb-target.h b/firmware/target/arm/as3525/usb-target.h index 9cafced050..673fb176c6 100644 --- a/firmware/target/arm/as3525/usb-target.h +++ b/firmware/target/arm/as3525/usb-target.h | |||
@@ -21,7 +21,6 @@ | |||
21 | #ifndef USB_TARGET_H | 21 | #ifndef USB_TARGET_H |
22 | #define USB_TARGET_H | 22 | #define USB_TARGET_H |
23 | 23 | ||
24 | int usb_detect(void); | ||
25 | void usb_insert_int(void); | 24 | void usb_insert_int(void); |
26 | void usb_remove_int(void); | 25 | void usb_remove_int(void); |
27 | 26 | ||