summaryrefslogtreecommitdiff
path: root/include/mvebu/comphy.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mvebu/comphy.h')
-rw-r--r--include/mvebu/comphy.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/mvebu/comphy.h b/include/mvebu/comphy.h
new file mode 100644
index 00000000000..14431576e66
--- /dev/null
+++ b/include/mvebu/comphy.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Copyright (C) 2015-2016 Marvell International Ltd.
+ */
+
+#ifndef _MVEBU_COMPHY_H_
+#define _MVEBU_COMPHY_H_
+
+int comphy_rx_training(struct udevice *dev, u32 lane);
+
+#endif /* _MVEBU_COMPHY_H_ */