9
0
Fork 0
barebox/arch/arm/include/asm/barebox.h

13 lines
199 B
C
Raw Normal View History

#ifndef _BAREBOX_H_
#define _BAREBOX_H_ 1
2002-11-03 00:24:07 +00:00
#ifdef CONFIG_ARM_UNWIND
#define ARCH_HAS_STACK_DUMP
#endif
2002-11-03 00:24:07 +00:00
#ifdef CONFIG_ARM_EXCEPTIONS
#define ARCH_HAS_DATA_ABORT_MASK
#endif
#endif /* _BAREBOX_H_ */