tizen 2.4 release
[profile/mobile/platform/kernel/linux-3.10-sc7730.git] / kernel / swap / kprobe / arch / arm / swap-asm / trampoline_arm.h
1 /**
2  * @file kprobe/arch/asm-arm/trampoline_arm.h
3  * @author Ekaterina Gorelkina <e.gorelkina@samsung.com>: initial implementation for ARM/MIPS
4  * @author Alexey Gerenkov <a.gerenkov@samsung.com> User-Space
5  * Probes initial implementation;
6  * Support x86/ARM/MIPS for both user and kernel spaces.
7  * @author Ekaterina Gorelkina <e.gorelkina@samsung.com>:
8  * redesign module for separating core and arch parts
9  * @author Alexander Shirshikov <a.shirshikov@samsung.com>:
10  * initial implementation for Thumb
11  *
12  * @section LICENSE
13  *
14  * This program is free software; you can redistribute it and/or modify
15  * it under the terms of the GNU General Public License as published by
16  * the Free Software Foundation; either version 2 of the License, or
17  * (at your option) any later version.
18  *
19  * This program is distributed in the hope that it will be useful,
20  * but WITHOUT ANY WARRANTY; without even the implied warranty of
21  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22  * GNU General Public License for more details.
23  *
24  * You should have received a copy of the GNU General Public License
25  * along with this program; if not, write to the Free Software
26  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
27  *
28  * @section COPYRIGHT
29  *
30  * Copyright (C) Samsung Electronics, 2006-2010
31  *
32  * @section DESCRIPTION
33  *
34  * Provides intefrace for trampoline_arm.S
35  */
36
37 #ifndef __ASM_ARM_TRAMPOLINE_ARM_H
38 #define __ASM_ARM_TRAMPOLINE_ARM_H
39
40 void gen_insn_execbuf(void);
41 void pc_dep_insn_execbuf(void);
42 void b_r_insn_execbuf(void);
43 void b_cond_insn_execbuf(void);
44 void blx_off_insn_execbuf(void);
45
46 #endif /* __ASM_ARM_TRAMPOLINE_ARM_H */