00001 /* 00002 Copyright (C) 2010 Mark Gordon 00003 00004 This program is free software; you can redistribute it and/or modify it under 00005 the terms of the GNU General Public License as published by the Free Software 00006 Foundation; either version 2 of the License, or (at your option) any later 00007 version. 00008 00009 This program is distributed in the hope that it will be useful, but WITHOUT ANY 00010 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 00011 PARTICULAR PURPOSE. See the GNU General Public License for more details. 00012 00013 You should have received a copy of the GNU General Public License along with 00014 this program; if not, write to the Free Software Foundation, Inc., 59 Temple 00015 Place, Suite 330, Boston, MA 02111-1307 USA 00016 */ 00019 #ifndef __DXCUT_INLINE_H 00020 #define __DXCUT_INLINE_H 00021 #include <dxcut/dalvik.h> 00022 #ifdef __cplusplus 00023 extern "C" { 00024 #endif 00025 00030 extern 00031 int dxc_perform_inline(DexInstruction* insn); 00032 00036 extern 00037 void dxc_remove_inline(DexInstruction* insn); 00038 00039 #ifdef __cplusplus 00040 } 00041 #endif 00042 #endif // __DXCUT_INLINE_H