1
0
Fork 0
forked from len0rd/rockbox

Fix some whitespace issues (including tabs that slipped in somehow) (FS#10144 by Tomer Shalev)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20731 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2009-04-18 18:17:29 +00:00
parent a54e0b6dba
commit 463e20271b
2 changed files with 10 additions and 10 deletions

View file

@ -107,7 +107,6 @@ struct usb_transfer_completion_event_data
};
#endif
void usb_init(void);
void usb_enable(bool on);
void usb_attach(void);
@ -128,7 +127,8 @@ bool usb_charging_enabled(void);
#endif
#endif
#ifdef HAVE_USBSTACK
void usb_signal_transfer_completion(struct usb_transfer_completion_event_data* event_data);
void usb_signal_transfer_completion(
struct usb_transfer_completion_event_data *event_data);
bool usb_driver_enabled(int driver);
bool usb_exclusive_storage(void); /* storage is available for usb */
void usb_storage_try_release_storage(void);