Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
d251f67a187c987b391751849c266e44d69bd31c
/
.
/
arch
/
arm64
/
include
/
asm
/
stack_pointer.h
blob: ffcdf742cddf931e6ee0b5fcb52c5bd535d2249f [
file
] [
log
] [
blame
]
#ifndef
__ASM_STACK_POINTER_H
#define
__ASM_STACK_POINTER_H
/*
* how to get the current stack pointer from C
*/
register
unsigned
long
current_stack_pointer
asm
(
"sp"
);
#endif
/* __ASM_STACK_POINTER_H */