Go to the documentation of this file.
18 #ifndef __ASM_SYSTEM_MISC_H
19 #define __ASM_SYSTEM_MISC_H
23 #include <linux/compiler.h>
24 #include <linux/linkage.h>
46 #define UDBG_UNDEFINED (1 << 0)
47 #define UDBG_SYSCALL (1 << 1)
48 #define UDBG_BADABORT (1 << 2)
49 #define UDBG_SEGV (1 << 3)
50 #define UDBG_BUS (1 << 4)