stack.h 213 B

1234567891011
  1. #ifndef _X86ASM_STACK_H_
  2. #define _X86ASM_STACK_H_
  3. #ifndef _STACK_H_
  4. #error Do not directly include <asm/stack.h>. Just use <stack.h>.
  5. #endif
  6. #define HAVE_ARCH_BACKTRACE_FRAME
  7. #define HAVE_ARCH_BACKTRACE
  8. #endif