1a9ea0017SMark Rutland #ifndef __ASM_STACK_POINTER_H
2a9ea0017SMark Rutland #define __ASM_STACK_POINTER_H
3a9ea0017SMark Rutland 
4a9ea0017SMark Rutland /*
5a9ea0017SMark Rutland  * how to get the current stack pointer from C
6a9ea0017SMark Rutland  */
7a9ea0017SMark Rutland register unsigned long current_stack_pointer asm ("sp");
8a9ea0017SMark Rutland 
9a9ea0017SMark Rutland #endif /* __ASM_STACK_POINTER_H */
10