1*b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */ 2a0616cdeSDavid Howells /* 3a0616cdeSDavid Howells * Copyright IBM Corp. 1999, 2009 4a0616cdeSDavid Howells * 5a0616cdeSDavid Howells * Author(s): Martin Schwidefsky <[email protected]> 6a0616cdeSDavid Howells */ 7a0616cdeSDavid Howells 8a0616cdeSDavid Howells #ifndef __ASM_EXEC_H 9a0616cdeSDavid Howells #define __ASM_EXEC_H 10a0616cdeSDavid Howells 11a0616cdeSDavid Howells extern unsigned long arch_align_stack(unsigned long sp); 12a0616cdeSDavid Howells 13a0616cdeSDavid Howells #endif /* __ASM_EXEC_H */ 14