aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/include/asm/exec.h')
-rw-r--r--arch/powerpc/include/asm/exec.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/exec.h b/arch/powerpc/include/asm/exec.h
new file mode 100644
index 000000000000..8196e9c7d7e8
--- /dev/null
+++ b/arch/powerpc/include/asm/exec.h
@@ -0,0 +1,9 @@
+/*
+ * 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 */