Sign in
zircon-guest
/
third_party
/
linux
/
1b0f84380b10ee97f7d2dd191294de9017e94d1d
/
.
/
arch
/
arm64
/
include
/
asm
/
stack_pointer.h
blob: ffcdf742cddf931e6ee0b5fcb52c5bd535d2249f [
file
]
#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 */