| 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | 
|---|---|
| 2 | #ifndef _ASM_X86_INAT_TYPES_H | 
| 3 | #define _ASM_X86_INAT_TYPES_H | 
| 4 | /* | 
| 5 | * x86 instruction attributes | 
| 6 | * | 
| 7 | * Written by Masami Hiramatsu <mhiramat@redhat.com> | 
| 8 | */ | 
| 9 | |
| 10 | /* Instruction attributes */ | 
| 11 | typedef unsigned int insn_attr_t; | 
| 12 | typedef unsigned char insn_byte_t; | 
| 13 | typedef signed int insn_value_t; | 
| 14 | |
| 15 | #endif | 
| 16 | 
