blob: db43f2a0d92c34710a123082d1f30571ae485831 [file] [log] [blame]
Ricardo Neri1e5db222017-11-05 18:27:52 -08001#ifndef _ASM_X86_UMIP_H
2#define _ASM_X86_UMIP_H
3
4#include <linux/types.h>
5#include <asm/ptrace.h>
6
7#ifdef CONFIG_X86_INTEL_UMIP
8bool fixup_umip_exception(struct pt_regs *regs);
9#else
10static inline bool fixup_umip_exception(struct pt_regs *regs) { return false; }
11#endif /* CONFIG_X86_INTEL_UMIP */
12#endif /* _ASM_X86_UMIP_H */