1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef __ASM_STACK_POINTER_H 3#define __ASM_STACK_POINTER_H 4 5/*
6 * how to get the current stack pointer from C
7 */ 8registerunsignedlongcurrent_stack_pointerasm("sp"); 910#endif /* __ASM_STACK_POINTER_H */