Sign in
zircon-guest
/
third_party
/
linux
/
30f92d62e5b41a94de2d0bbd677a6ea2fcfed74f
/
.
/
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 */