blob: 53668658ec239e30203f23b1d9d9e133f2b9b9f3 [file] [log] [blame]
#ifndef X86_OPERAND_LIST_H
#define X86_OPERAND_LIST_H
#include "libdis.h"
x86_op_t * x86_operand_new( x86_insn_t *insn );
#endif