projects
/
firefly-linux-kernel-4.4.55.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-android
[firefly-linux-kernel-4.4.55.git]
/
arch
/
arm
/
kernel
/
patch.h
1
#ifndef _ARM_KERNEL_PATCH_H
2
#define _ARM_KERNEL_PATCH_H
3
4
void patch_text(void *addr, unsigned int insn);
5
void __patch_text(void *addr, unsigned int insn);
6
7
#endif