Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
selftest.h
Go to the documentation of this file.
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