blob: 641bfbec9d5228e77f005934d7eb4a7b72f86fac [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright IBM Corp. 1999, 2009
4 *
5 * Author(s): Martin Schwidefsky <schwidefsky@de.ibm.com>
6 */
7
8#ifndef __ASM_EXEC_H
9#define __ASM_EXEC_H
10
11extern unsigned long arch_align_stack(unsigned long sp);
12
13#endif /* __ASM_EXEC_H */