xref: /kvm-unit-tests/lib/riscv/asm/stack.h (revision ab0bbb9fd1eb426a8f43ac74eb762bc135568023)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 #ifndef _ASMRISCV_STACK_H_
3 #define _ASMRISCV_STACK_H_
4 
5 #ifndef _STACK_H_
6 #error Do not directly include <asm/stack.h>. Just use <stack.h>.
7 #endif
8 
9 #define HAVE_ARCH_BACKTRACE_FRAME
10 #define HAVE_ARCH_BACKTRACE
11 #ifdef CONFIG_RELOC
12 #define HAVE_ARCH_BASE_ADDRESS
13 #endif
14 
15 #endif
16