mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-13 09:20:17 +00:00
6 lines
84 B
C
6 lines
84 B
C
|
#ifdef CONFIG_X86_32
|
||
|
# include "kprobes_32.h"
|
||
|
#else
|
||
|
# include "kprobes_64.h"
|
||
|
#endif
|