diff options
Diffstat (limited to 'bootloader/ipod.c')
| -rw-r--r-- | bootloader/ipod.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/bootloader/ipod.c b/bootloader/ipod.c index ec5fbd1..d5da776 100644 --- a/bootloader/ipod.c +++ b/bootloader/ipod.c @@ -362,13 +362,3 @@ void* main(void) /* We never get here, but keep gcc happy */ return (void*)0; } - -/* These functions are present in the firmware library, but we reimplement - them here because the originals do a lot more than we want */ -void usb_acknowledge(void) -{ -} - -void usb_wait_for_disconnect(void) -{ -} |