xref: /openbmc/linux/arch/x86/include/asm/inat_types.h (revision eb13296c)
1eb13296cSMasami Hiramatsu #ifndef _ASM_X86_INAT_TYPES_H
2eb13296cSMasami Hiramatsu #define _ASM_X86_INAT_TYPES_H
3eb13296cSMasami Hiramatsu /*
4eb13296cSMasami Hiramatsu  * x86 instruction attributes
5eb13296cSMasami Hiramatsu  *
6eb13296cSMasami Hiramatsu  * Written by Masami Hiramatsu <mhiramat@redhat.com>
7eb13296cSMasami Hiramatsu  *
8eb13296cSMasami Hiramatsu  * This program is free software; you can redistribute it and/or modify
9eb13296cSMasami Hiramatsu  * it under the terms of the GNU General Public License as published by
10eb13296cSMasami Hiramatsu  * the Free Software Foundation; either version 2 of the License, or
11eb13296cSMasami Hiramatsu  * (at your option) any later version.
12eb13296cSMasami Hiramatsu  *
13eb13296cSMasami Hiramatsu  * This program is distributed in the hope that it will be useful,
14eb13296cSMasami Hiramatsu  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15eb13296cSMasami Hiramatsu  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16eb13296cSMasami Hiramatsu  * GNU General Public License for more details.
17eb13296cSMasami Hiramatsu  *
18eb13296cSMasami Hiramatsu  * You should have received a copy of the GNU General Public License
19eb13296cSMasami Hiramatsu  * along with this program; if not, write to the Free Software
20eb13296cSMasami Hiramatsu  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
21eb13296cSMasami Hiramatsu  *
22eb13296cSMasami Hiramatsu  */
23eb13296cSMasami Hiramatsu 
24eb13296cSMasami Hiramatsu /* Instruction attributes */
25eb13296cSMasami Hiramatsu typedef unsigned int insn_attr_t;
26eb13296cSMasami Hiramatsu typedef unsigned char insn_byte_t;
27eb13296cSMasami Hiramatsu typedef signed int insn_value_t;
28eb13296cSMasami Hiramatsu 
29eb13296cSMasami Hiramatsu #endif
30