summaryrefslogtreecommitdiff
path: root/mmt/mmt_instrument.h
blob: 5a5e171b366d171455f10273118918ff99c0f01c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef MMT_INSTRUMENT_H_
#define MMT_INSTRUMENT_H_

#include "pub_tool_basics.h"
#include "pub_tool_tooliface.h"

IRSB *mmt_instrument(VgCallbackClosure *closure,
				IRSB *bbIn,
				VexGuestLayout *layout,
				VexGuestExtents *vge,
				IRType gWordTy, IRType hWordTy);

#endif /* MMT_INSTRUMENT_H_ */