xref: /linux/arch/riscv/include/asm/kprobes.h (revision 7db91e57a0acde126a162ababfb1e0ab190130cb)
1*7db91e57SPalmer Dabbelt /*
2*7db91e57SPalmer Dabbelt  * Copied from arch/arm64/include/asm/kprobes.h
3*7db91e57SPalmer Dabbelt  *
4*7db91e57SPalmer Dabbelt  * Copyright (C) 2013 Linaro Limited
5*7db91e57SPalmer Dabbelt  * Copyright (C) 2017 SiFive
6*7db91e57SPalmer Dabbelt  *
7*7db91e57SPalmer Dabbelt  * This program is free software; you can redistribute it and/or modify
8*7db91e57SPalmer Dabbelt  * it under the terms of the GNU General Public License version 2 as
9*7db91e57SPalmer Dabbelt  * published by the Free Software Foundation.
10*7db91e57SPalmer Dabbelt  *
11*7db91e57SPalmer Dabbelt  * This program is distributed in the hope that it will be useful,
12*7db91e57SPalmer Dabbelt  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13*7db91e57SPalmer Dabbelt  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14*7db91e57SPalmer Dabbelt  * General Public License for more details.
15*7db91e57SPalmer Dabbelt  */
16*7db91e57SPalmer Dabbelt 
17*7db91e57SPalmer Dabbelt #ifndef _RISCV_KPROBES_H
18*7db91e57SPalmer Dabbelt #define _RISCV_KPROBES_H
19*7db91e57SPalmer Dabbelt 
20*7db91e57SPalmer Dabbelt #include <asm-generic/kprobes.h>
21*7db91e57SPalmer Dabbelt 
22*7db91e57SPalmer Dabbelt #endif /* _RISCV_KPROBES_H */
23