Blame kpatch-build/insn/asm/inat_types.h

Packit Service ac8aad
#ifndef _ASM_X86_INAT_TYPES_H
Packit Service ac8aad
#define _ASM_X86_INAT_TYPES_H
Packit Service ac8aad
/*
Packit Service ac8aad
 * x86 instruction attributes
Packit Service ac8aad
 *
Packit Service ac8aad
 * Written by Masami Hiramatsu <mhiramat@redhat.com>
Packit Service ac8aad
 *
Packit Service ac8aad
 * This program is free software; you can redistribute it and/or modify
Packit Service ac8aad
 * it under the terms of the GNU General Public License as published by
Packit Service ac8aad
 * the Free Software Foundation; either version 2 of the License, or
Packit Service ac8aad
 * (at your option) any later version.
Packit Service ac8aad
 *
Packit Service ac8aad
 * This program is distributed in the hope that it will be useful,
Packit Service ac8aad
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service ac8aad
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit Service ac8aad
 * GNU General Public License for more details.
Packit Service ac8aad
 *
Packit Service ac8aad
 * You should have received a copy of the GNU General Public License
Packit Service ac8aad
 * along with this program; if not, write to the Free Software
Packit Service ac8aad
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Packit Service ac8aad
 *
Packit Service ac8aad
 */
Packit Service ac8aad
Packit Service ac8aad
/* Instruction attributes */
Packit Service ac8aad
typedef unsigned int insn_attr_t;
Packit Service ac8aad
typedef unsigned char insn_byte_t;
Packit Service ac8aad
typedef signed int insn_value_t;
Packit Service ac8aad
Packit Service ac8aad
#endif