Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Copyright IBM Corp. 1999, 2009
0004  *
0005  * Author(s): Martin Schwidefsky <schwidefsky@de.ibm.com>
0006  */
0007 
0008 #ifndef __ASM_EXEC_H
0009 #define __ASM_EXEC_H
0010 
0011 extern unsigned long arch_align_stack(unsigned long sp);
0012 
0013 #endif /* __ASM_EXEC_H */