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