aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/stack_pointer.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm64/include/asm/stack_pointer.h')
-rw-r--r--arch/arm64/include/asm/stack_pointer.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm64/include/asm/stack_pointer.h b/arch/arm64/include/asm/stack_pointer.h
new file mode 100644
index 000000000000..ffcdf742cddf
--- /dev/null
+++ b/arch/arm64/include/asm/stack_pointer.h
@@ -0,0 +1,9 @@
1#ifndef __ASM_STACK_POINTER_H
2#define __ASM_STACK_POINTER_H
3
4/*
5 * how to get the current stack pointer from C
6 */
7register unsigned long current_stack_pointer asm ("sp");
8
9#endif /* __ASM_STACK_POINTER_H */