x86: prepare kprobes code for x86 unification
[linux-2.6-block.git] / include / asm-x86 / kprobes.h
CommitLineData
96a388de
TG
1#ifdef CONFIG_X86_32
2# include "kprobes_32.h"
3#else
4# include "kprobes_64.h"
5#endif