xref: /openbmc/linux/arch/powerpc/include/asm/ppc4xx.h (revision ea2305f6)
1ea2305f6SThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-or-later */
2b8b572e1SStephen Rothwell /*
3b8b572e1SStephen Rothwell  * PPC4xx Prototypes and definitions
4b8b572e1SStephen Rothwell  *
5b8b572e1SStephen Rothwell  * Copyright 2008 DENX Software Engineering, Stefan Roese <sr@denx.de>
6b8b572e1SStephen Rothwell  */
7b8b572e1SStephen Rothwell 
8b8b572e1SStephen Rothwell #ifndef __ASM_POWERPC_PPC4xx_H__
9b8b572e1SStephen Rothwell #define __ASM_POWERPC_PPC4xx_H__
10b8b572e1SStephen Rothwell 
1195ec77c0SDaniel Axtens extern void __noreturn ppc4xx_reset_system(char *cmd);
12b8b572e1SStephen Rothwell 
13b8b572e1SStephen Rothwell #endif /* __ASM_POWERPC_PPC4xx_H__ */
14