Go to the documentation of this file. 1 #ifndef __ASM_ARM_SYSTEM_MISC_H
2 #define __ASM_ARM_SYSTEM_MISC_H
6 #include <linux/compiler.h>
7 #include <linux/linkage.h>
16 #define UDBG_UNDEFINED (1 << 0)
17 #define UDBG_SYSCALL (1 << 1)
18 #define UDBG_BADABORT (1 << 2)
19 #define UDBG_SEGV (1 << 3)
20 #define UDBG_BUS (1 << 4)