1 2 3 4 5 6
#ifndef ARCH_X86_MM_KMEMCHECK_SELFTEST_H #define ARCH_X86_MM_KMEMCHECK_SELFTEST_H bool kmemcheck_selftest(void); #endif