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