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