blob: 372ca3e037097939fcdf03cf4832335517ddc5a9 [file] [log] [blame]
Gaurav Jain98281e62022-03-24 11:50:37 +05301/* 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
13int arch_misc_init(void);
14
15#endif /* __ASSEMBLY__ */
16
17#endif /* _U_BOOT_PPC_H_ */