summaryrefslogtreecommitdiffstats
path: root/firmware/target/sh
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/sh')
-rw-r--r--firmware/target/sh/archos/recorder/usb-recorder.c1
-rw-r--r--firmware/target/sh/usb-target.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/firmware/target/sh/archos/recorder/usb-recorder.c b/firmware/target/sh/archos/recorder/usb-recorder.c
index f8b462b802..618f314c25 100644
--- a/firmware/target/sh/archos/recorder/usb-recorder.c
+++ b/firmware/target/sh/archos/recorder/usb-recorder.c
@@ -25,6 +25,7 @@
#include "hwcompat.h"
#include "system.h"
#include "usb.h"
+#include "usb-target.h"
int usb_detect(void)
{
diff --git a/firmware/target/sh/usb-target.h b/firmware/target/sh/usb-target.h
index 9871fdc983..d460ed11a7 100644
--- a/firmware/target/sh/usb-target.h
+++ b/firmware/target/sh/usb-target.h
@@ -21,6 +21,6 @@
#ifndef USB_TARGET_H
#define USB_TARGET_H
-bool usb_init_device(void);
+void usb_init_device(void);
#endif