mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-12 00:38:55 +00:00
10 lines
207 B
C
10 lines
207 B
C
|
/*
|
||
|
* Copyright (C) 1999 Cort Dougan <cort@cs.nmt.edu>
|
||
|
*/
|
||
|
#ifndef _ASM_POWERPC_EXEC_H
|
||
|
#define _ASM_POWERPC_EXEC_H
|
||
|
|
||
|
extern unsigned long arch_align_stack(unsigned long sp);
|
||
|
|
||
|
#endif /* _ASM_POWERPC_EXEC_H */
|