summaryrefslogtreecommitdiff
path: root/firmware/target/arm/system-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/system-target.h')
-rw-r--r--firmware/target/arm/system-target.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/target/arm/system-target.h b/firmware/target/arm/system-target.h
index 91e6beb868..022baa1466 100644
--- a/firmware/target/arm/system-target.h
+++ b/firmware/target/arm/system-target.h
@@ -24,6 +24,7 @@
24 24
25#include "config.h" 25#include "config.h"
26#include "system-arm.h" 26#include "system-arm.h"
27#include <stdbool.h>
27 28
28#ifdef CPU_PP 29#ifdef CPU_PP
29/* TODO: This header is actually portalplayer specific, and should be 30/* TODO: This header is actually portalplayer specific, and should be
@@ -50,6 +51,7 @@
50#define outw(a,b) (*(volatile unsigned short *) (b) = (a)) 51#define outw(a,b) (*(volatile unsigned short *) (b) = (a))
51 52
52void usb_pin_init(void); 53void usb_pin_init(void);
54bool usb_plugged(void);
53 55
54static inline void udelay(unsigned usecs) 56static inline void udelay(unsigned usecs)
55{ 57{