Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
b95234c840045b7c72380fd14c59416af28fcb02
/
.
/
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 */