aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/board/freescale/common/fman.h
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/board/freescale/common/fman.h')
-rw-r--r--roms/u-boot/board/freescale/common/fman.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/roms/u-boot/board/freescale/common/fman.h b/roms/u-boot/board/freescale/common/fman.h
new file mode 100644
index 00000000..ff819c42
--- /dev/null
+++ b/roms/u-boot/board/freescale/common/fman.h
@@ -0,0 +1,15 @@
+/*
+ * Copyright 2011 Freescale Semiconductor, Inc.
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef __FMAN_BOARD_HELPER__
+#define __FMAN_BOARD_HELPER__
+
+int fdt_set_phy_handle(void *fdt, char *compat, phys_addr_t addr,
+ const char *alias);
+
+enum srds_prtcl serdes_device_from_fm_port(enum fm_port port);
+
+#endif