diff options
Diffstat (limited to 'qemu/roms/u-boot/board/freescale/common/fman.h')
-rw-r--r-- | qemu/roms/u-boot/board/freescale/common/fman.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/freescale/common/fman.h b/qemu/roms/u-boot/board/freescale/common/fman.h new file mode 100644 index 000000000..ff819c422 --- /dev/null +++ b/qemu/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 |