summaryrefslogtreecommitdiffstats
path: root/include/usb/ulpi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usb/ulpi.h')
-rw-r--r--include/usb/ulpi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/usb/ulpi.h b/include/usb/ulpi.h
index 9eed6a498e..d841a985ad 100644
--- a/include/usb/ulpi.h
+++ b/include/usb/ulpi.h
@@ -4,6 +4,7 @@
int ulpi_set(u8 bits, int reg, void __iomem *view);
int ulpi_clear(u8 bits, int reg, void __iomem *view);
int ulpi_read(int reg, void __iomem *view);
+int ulpi_init(void __iomem *view);
/* ULPI register addresses */
#define ULPI_VID_LOW 0x00 /* Vendor ID low */