1 /* 2 * Copyright (c) 2017 Red Hat Inc 3 * 4 * Authors: 5 * Thomas Huth <thuth@redhat.com> 6 * David Hildenbrand <david@redhat.com> 7 * 8 * This code is free software; you can redistribute it and/or modify it 9 * under the terms of the GNU Library General Public License version 2. 10 */ 11 #ifndef _ASMS390X_STACK_H_ 12 #define _ASMS390X_STACK_H_ 13 14 #ifndef _STACK_H_ 15 #error Do not directly include <asm/stack.h>. Just use <stack.h>. 16 #endif 17 18 #define HAVE_ARCH_BACKTRACE_FRAME 19 #define HAVE_ARCH_BACKTRACE 20 21 #endif 22