diff options
Diffstat (limited to 'board/freescale/common/fman.h')
-rw-r--r-- | board/freescale/common/fman.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/freescale/common/fman.h b/board/freescale/common/fman.h index d39ef080c1..734b1da1d6 100644 --- a/board/freescale/common/fman.h +++ b/board/freescale/common/fman.h @@ -23,4 +23,6 @@ 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 |