Newer
Older
barebox / arch / arm / include / asm / barebox.h
@Sascha Hauer Sascha Hauer on 27 Feb 2015 199 bytes ARM: Allow to mask data aborts
#ifndef _BAREBOX_H_
#define _BAREBOX_H_	1

#ifdef CONFIG_ARM_UNWIND
#define ARCH_HAS_STACK_DUMP
#endif

#ifdef CONFIG_ARM_EXCEPTIONS
#define ARCH_HAS_DATA_ABORT_MASK
#endif

#endif	/* _BAREBOX_H_ */