Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Copyright (C) 1999 Cort Dougan <cort@cs.nmt.edu>
0004  */
0005 #ifndef _ASM_POWERPC_EXEC_H
0006 #define _ASM_POWERPC_EXEC_H
0007 
0008 extern unsigned long arch_align_stack(unsigned long sp);
0009 
0010 #endif /* _ASM_POWERPC_EXEC_H */