Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * This file is subject to the terms and conditions of the GNU General Public
0003  * License.  See the file "COPYING" in the main directory of this archive
0004  * for more details.
0005  *
0006  * Copyright (C) 1994, 95, 96, 97, 98, 99, 2003, 06 by Ralf Baechle
0007  * Copyright (C) 1996 by Paul M. Antoine
0008  * Copyright (C) 1999 Silicon Graphics
0009  * Kevin D. Kissell, kevink@mips.org and Carsten Langgaard, carstenl@mips.com
0010  * Copyright (C) 2000 MIPS Technologies, Inc.
0011  */
0012 #ifndef _ASM_EXEC_H
0013 #define _ASM_EXEC_H
0014 
0015 extern unsigned long arch_align_stack(unsigned long sp);
0016 
0017 #endif /* _ASM_EXEC_H */