repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ARM: mmp: fix potential NULL dereference
[linux/fpc-iii.git]
/
arch
/
x86
/
mm
/
kmemcheck
/
selftest.h
blob
8fed4fe11f951bcb523f4a6335561a50af95b4a3
1
#ifndef ARCH_X86_MM_KMEMCHECK_SELFTEST_H
2
#define ARCH_X86_MM_KMEMCHECK_SELFTEST_H
3
4
bool
kmemcheck_selftest
(
void
);
5
6
#endif