diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/arm/kernel/patch.h')
-rw-r--r-- | ANDROID_3.4.5/arch/arm/kernel/patch.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ANDROID_3.4.5/arch/arm/kernel/patch.h b/ANDROID_3.4.5/arch/arm/kernel/patch.h deleted file mode 100644 index b4731f2d..00000000 --- a/ANDROID_3.4.5/arch/arm/kernel/patch.h +++ /dev/null @@ -1,7 +0,0 @@ -#ifndef _ARM_KERNEL_PATCH_H -#define _ARM_KERNEL_PATCH_H - -void patch_text(void *addr, unsigned int insn); -void __patch_text(void *addr, unsigned int insn); - -#endif |