Merge tag 'smp-urgent-2023-09-02' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / arch / powerpc / include / asm / ppc4xx.h
CommitLineData
ea2305f6 1/* SPDX-License-Identifier: GPL-2.0-or-later */
93173ce2
SR
2/*
3 * PPC4xx Prototypes and definitions
4 *
5 * Copyright 2008 DENX Software Engineering, Stefan Roese <sr@denx.de>
93173ce2
SR
6 */
7
8#ifndef __ASM_POWERPC_PPC4xx_H__
9#define __ASM_POWERPC_PPC4xx_H__
10
95ec77c0 11extern void __noreturn ppc4xx_reset_system(char *cmd);
93173ce2
SR
12
13#endif /* __ASM_POWERPC_PPC4xx_H__ */