]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/freescale/common/fman.h
Merge git://git.denx.de/u-boot-arm
[karo-tx-uboot.git] / board / freescale / common / fman.h
1 /*
2  * Copyright 2011 Freescale Semiconductor, Inc.
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #ifndef __FMAN_BOARD_HELPER__
8 #define __FMAN_BOARD_HELPER__
9
10 int fdt_set_phy_handle(void *fdt, char *compat, phys_addr_t addr,
11                         const char *alias);
12
13 enum srds_prtcl serdes_device_from_fm_port(enum fm_port port);
14
15 #endif