1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Copyright (C) 2015 Imagination Technologies
4 * Author: Paul Burton <paul.burton@mips.com>
7 #ifndef __MIPS_MALTA_DTSHIM_H__
8 #define __MIPS_MALTA_DTSHIM_H__
10 #include <linux/init.h>
12 #ifdef CONFIG_MIPS_MALTA
14 extern void __init
*malta_dt_shim(void *fdt
);
16 #else /* !CONFIG_MIPS_MALTA */
18 static inline void *malta_dt_shim(void *fdt
)
23 #endif /* !CONFIG_MIPS_MALTA */
25 #endif /* __MIPS_MALTA_DTSHIM_H__ */