xref: /kvm-unit-tests/lib/s390x/asm/stack.h (revision 2c96b77ec9d3b1fcec7525174e23a6240ee05949)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (c) 2017 Red Hat Inc
4  *
5  * Authors:
6  *  Thomas Huth <thuth@redhat.com>
7  *  David Hildenbrand <david@redhat.com>
8  */
9 #ifndef _ASMS390X_STACK_H_
10 #define _ASMS390X_STACK_H_
11 
12 #ifndef _STACK_H_
13 #error Do not directly include <asm/stack.h>. Just use <stack.h>.
14 #endif
15 
16 #define HAVE_ARCH_BACKTRACE_FRAME
17 #define HAVE_ARCH_BACKTRACE
18 
19 #endif
20