1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * Copyright 2021 NXP
4  *
5  * Gaurav Jain <gaurav.jain@nxp.com>
6  */
7 
8 #ifndef _U_BOOT_PPC_H_
9 #define _U_BOOT_PPC_H_
10 
11 #ifndef __ASSEMBLY__
12 
13 int arch_misc_init(void);
14 
15 #endif /* __ASSEMBLY__ */
16 
17 #endif /* _U_BOOT_PPC_H_ */
18