summaryrefslogtreecommitdiff
path: root/plugins/dalvik/instruction.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dalvik/instruction.h')
-rw-r--r--plugins/dalvik/instruction.h24
1 files changed, 3 insertions, 21 deletions
diff --git a/plugins/dalvik/instruction.h b/plugins/dalvik/instruction.h
index 8f05cc5..e11a249 100644
--- a/plugins/dalvik/instruction.h
+++ b/plugins/dalvik/instruction.h
@@ -21,16 +21,13 @@
*/
-#ifndef _ARCH_DALVIK_INSTRUCTION_H
-#define _ARCH_DALVIK_INSTRUCTION_H
+#ifndef _PLUGINS_DALVIK_INSTRUCTION_H
+#define _PLUGINS_DALVIK_INSTRUCTION_H
#include <arch/instruction.h>
-#include "instruction-def.h"
-
-
#define G_TYPE_DALVIK_INSTRUCTION g_dalvik_instruction_get_type()
#define G_DALVIK_INSTRUCTION(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), g_dalvik_instruction_get_type(), GDalvikInstruction))
@@ -48,21 +45,6 @@ typedef struct _GDalvikInstructionClass GDalvikInstructionClass;
/* Indique le type défini pour une instruction d'architecture Dalvik. */
GType g_dalvik_instruction_get_type(void);
-/* Crée une instruction pour l'architecture Dalvik. */
-GArchInstruction *g_dalvik_instruction_new(const char *);
-
-/* Indique l'opcode associé à une instruction Dalvik. */
-DalvikOpcodes g_dalvik_instruction_get_opcode(const struct _GDalvikInstruction *);
-
-
-
-/* --------------------- AIDE A LA MISE EN PLACE D'INSTRUCTIONS --------------------- */
-
-
-
-
-/* ------------------------ AIDE A LA PHASE DE DECOMPILATION ------------------------ */
-
-#endif /* _ARCH_DALVIK_INSTRUCTION_H */
+#endif /* _PLUGINS_DALVIK_INSTRUCTION_H */