summaryrefslogtreecommitdiff
path: root/bootloader/ipod.c
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2008-12-03 21:15:44 +0000
committerMichael Sevakis <jethead71@rockbox.org>2008-12-03 21:15:44 +0000
commitbc963c34aedddcd3185ecda708ee2196cca7294c (patch)
treeb4edba49b67ca6279bcbe916dbd731803836b5d0 /bootloader/ipod.c
parentadd677fca8b9d42dfa013915db5c5f8bda5ca92b (diff)
downloadrockbox-bc963c34aedddcd3185ecda708ee2196cca7294c.tar.gz
rockbox-bc963c34aedddcd3185ecda708ee2196cca7294c.zip
Hopefully mop-up remaining red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19317 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'bootloader/ipod.c')
-rw-r--r--bootloader/ipod.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/bootloader/ipod.c b/bootloader/ipod.c
index ec5fbd1a38..d5da776383 100644
--- a/bootloader/ipod.c
+++ b/bootloader/ipod.c
@@ -362,13 +362,3 @@ void* main(void)
362 /* We never get here, but keep gcc happy */ 362 /* We never get here, but keep gcc happy */
363 return (void*)0; 363 return (void*)0;
364} 364}
365
366/* These functions are present in the firmware library, but we reimplement
367 them here because the originals do a lot more than we want */
368void usb_acknowledge(void)
369{
370}
371
372void usb_wait_for_disconnect(void)
373{
374}