Back to home page

OSCL-LXR

 
 

    


0001 #ifndef _ASM_X86_UMIP_H
0002 #define _ASM_X86_UMIP_H
0003 
0004 #include <linux/types.h>
0005 #include <asm/ptrace.h>
0006 
0007 #ifdef CONFIG_X86_UMIP
0008 bool fixup_umip_exception(struct pt_regs *regs);
0009 #else
0010 static inline bool fixup_umip_exception(struct pt_regs *regs) { return false; }
0011 #endif  /* CONFIG_X86_UMIP */
0012 #endif  /* _ASM_X86_UMIP_H */