aboutsummaryrefslogtreecommitdiff
path: root/src/third_party/libdisasm/x86_operand_list.h
blob: 53668658ec239e30203f23b1d9d9e133f2b9b9f3 (plain)
1
2
3
4
5
6
7
8
#ifndef X86_OPERAND_LIST_H
#define X86_OPERAND_LIST_H
#include "libdis.h"


x86_op_t * x86_operand_new( x86_insn_t *insn );

#endif