summaryrefslogtreecommitdiff
path: root/firmware/target/coldfire/usb-target.h
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2008-05-03 21:33:00 +0000
committerBertrik Sikken <bertrik@sikken.nl>2008-05-03 21:33:00 +0000
commit19425909c3e19b3733b13fefc2a2aa88fb9f1d61 (patch)
treeb027f3545b048ab9ec18ad65b0a71c53434e449f /firmware/target/coldfire/usb-target.h
parente243db65b41c967ae8e7ef4cd946a2cdf7c6a19e (diff)
downloadrockbox-19425909c3e19b3733b13fefc2a2aa88fb9f1d61.tar.gz
rockbox-19425909c3e19b3733b13fefc2a2aa88fb9f1d61.zip
Another round of making local functions static and making sure that source files are in sync with their header files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17337 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/coldfire/usb-target.h')
-rw-r--r--firmware/target/coldfire/usb-target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/coldfire/usb-target.h b/firmware/target/coldfire/usb-target.h
index ab8cac6f99..8908dc69e8 100644
--- a/firmware/target/coldfire/usb-target.h
+++ b/firmware/target/coldfire/usb-target.h
@@ -19,6 +19,6 @@
19#ifndef USB_TARGET_H 19#ifndef USB_TARGET_H
20#define USB_TARGET_H 20#define USB_TARGET_H
21 21
22bool usb_init_device(void); 22void usb_init_device(void);
23 23
24#endif 24#endif