xref: /openbmc/linux/arch/powerpc/include/asm/exec.h (revision 498495dba268b20e8eadd7fe93c140c68b6cc9d2)
1*b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
2ae3a197eSDavid Howells /*
3ae3a197eSDavid Howells  * Copyright (C) 1999 Cort Dougan <cort@cs.nmt.edu>
4ae3a197eSDavid Howells  */
5ae3a197eSDavid Howells #ifndef _ASM_POWERPC_EXEC_H
6ae3a197eSDavid Howells #define _ASM_POWERPC_EXEC_H
7ae3a197eSDavid Howells 
8ae3a197eSDavid Howells extern unsigned long arch_align_stack(unsigned long sp);
9ae3a197eSDavid Howells 
10ae3a197eSDavid Howells #endif /* _ASM_POWERPC_EXEC_H */
11