Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __ASM_STACK_POINTER_H
0003 #define __ASM_STACK_POINTER_H
0004 
0005 /*
0006  * how to get the current stack pointer from C
0007  */
0008 register unsigned long current_stack_pointer asm ("sp");
0009 
0010 #endif /* __ASM_STACK_POINTER_H */