1 /*
2  * Copyright 2015 Freescale Semiconductor
3  *
4  * SPDX-License-Identifier:	GPL-2.0+
5  */
6 
7 #ifndef _ASM_ARMV8_FSL_LAYERSCAPE_FDT_H_
8 #define _ASM_ARMV8_FSL_LAYERSCAPE_FDT_H_
9 
10 void alloc_stream_ids(int start_id, int count, u32 *stream_ids, int max_cnt);
11 void append_mmu_masters(void *blob, const char *smmu_path,
12 			const char *master_name, u32 *stream_ids, int count);
13 void fdt_fixup_smmu_pcie(void *blob);
14 void fdt_fixup_board_enet(void *fdt);
15 #endif	/* _ASM_ARMV8_FSL_LAYERSCAPE_FDT_H_ */
16