Newer
Older
barebox / arch / arm / include / asm / barebox.h
@Sascha Hauer Sascha Hauer on 26 Jan 2012 129 bytes Add dump_stack function
#ifndef _BAREBOX_H_
#define _BAREBOX_H_	1

#ifdef CONFIG_ARM_UNWIND
#define ARCH_HAS_STACK_DUMP
#endif

#endif	/* _BAREBOX_H_ */