repo.or.cz
/
linux
/
elbrus.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Lynx framebuffers multidomain implementation.
[linux/elbrus.git]
/
arch
/
arm
/
kernel
/
patch.h
blob
b4731f2dac38556a0d580aa4217931d0cf6d8423
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