treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
[linux-block.git] / tools / perf / util / intel-pt-decoder / inat_types.h
CommitLineData
1a59d1b8 1/* SPDX-License-Identifier: GPL-2.0-or-later */
5839a550
AH
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>
5839a550
AH
8 */
9
10/* Instruction attributes */
11typedef unsigned int insn_attr_t;
12typedef unsigned char insn_byte_t;
13typedef signed int insn_value_t;
14
15#endif