···212212213213 start_firmware();
214214}
215215-216216-/* These functions are present in the firmware library, but we reimplement
217217- them here because the originals do a lot more than we want */
218218-void screen_dump(void)
219219-{
220220-}
-4
bootloader/iriver_h1x0.c
···588588589589/* These functions are present in the firmware library, but we reimplement
590590 them here because the originals do a lot more than we want */
591591-void screen_dump(void)
592592-{
593593-}
594594-595591int usb_screen(void)
596592{
597593 return 0;
-4
bootloader/iriver_h300.c
···648648649649/* These functions are present in the firmware library, but we reimplement
650650 them here because the originals do a lot more than we want */
651651-void screen_dump(void)
652652-{
653653-}
654654-655651int usb_screen(void)
656652{
657653 return 0;
-6
bootloader/mpio_hd200_hd300.c
···539539 }
540540541541}
542542-543543-/* These functions are present in the firmware library, but we reimplement
544544- them here because the originals do a lot more than we want */
545545-void screen_dump(void)
546546-{
547547-}