summaryrefslogtreecommitdiff
path: root/bootloader/ipod.c
diff options
context:
space:
mode:
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}