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.h14
1 files changed, 14 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 000000000..16afc34b0
--- /dev/null
+++ b/roms/u-boot/board/freescale/common/fman.h
@@ -0,0 +1,14 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Copyright 2011 Freescale Semiconductor, Inc.
+ */
+
+#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