summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/system-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/system-target.h')
-rw-r--r--firmware/target/arm/as3525/system-target.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/target/arm/as3525/system-target.h b/firmware/target/arm/as3525/system-target.h
index cdcc2e6687..db5bb892ef 100644
--- a/firmware/target/arm/as3525/system-target.h
+++ b/firmware/target/arm/as3525/system-target.h
@@ -64,4 +64,8 @@ static inline void mdelay(unsigned msecs)
64{ 64{
65 udelay(1000 * msecs); 65 udelay(1000 * msecs);
66} 66}
67
68void usb_insert_int(void);
69void usb_remove_int(void);
70
67#endif /* SYSTEM_TARGET_H */ 71#endif /* SYSTEM_TARGET_H */