summaryrefslogtreecommitdiffstats
path: root/u-boot/board/goldelico/gta04/ulpi-phy.h
diff options
context:
space:
mode:
Diffstat (limited to 'u-boot/board/goldelico/gta04/ulpi-phy.h')
-rw-r--r--u-boot/board/goldelico/gta04/ulpi-phy.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/u-boot/board/goldelico/gta04/ulpi-phy.h b/u-boot/board/goldelico/gta04/ulpi-phy.h
new file mode 100644
index 0000000..7443c37
--- /dev/null
+++ b/u-boot/board/goldelico/gta04/ulpi-phy.h
@@ -0,0 +1,6 @@
+#ifndef _ULPI_PHY_H
+#define _ULPI_PHY_H
+
+u8 ulpi_direct_access(u8 port, u8 reg, int write, u8 value);
+
+#endif