• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * This file is subject to the terms and conditions of the GNU General Public
4  * License.  See the file "COPYING" in the main directory of this archive
5  * for more details.
6  *
7  * Copyright (C) 1994, 95, 96, 97, 98, 99, 2003, 06 by Ralf Baechle
8  * Copyright (C) 1996 by Paul M. Antoine
9  * Copyright (C) 1999 Silicon Graphics
10  * Kevin D. Kissell, kevink@mips.org and Carsten Langgaard, carstenl@mips.com
11  * Copyright (C) 2000 MIPS Technologies, Inc.
12  * Copyright (C) 2020 Loongson Technology Co., Ltd.
13  */
14 #ifndef _ASM_EXEC_H
15 #define _ASM_EXEC_H
16 
17 extern unsigned long arch_align_stack(unsigned long sp);
18 
19 #endif /* _ASM_EXEC_H */
20