Merge tag 'fixes-non-critical-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6.git] / arch / arm / kernel / patch.h
blobb4731f2dac38556a0d580aa4217931d0cf6d8423
1 #ifndef _ARM_KERNEL_PATCH_H
2 #define _ARM_KERNEL_PATCH_H
4 void patch_text(void *addr, unsigned int insn);
5 void __patch_text(void *addr, unsigned int insn);
7 #endif