1 2 3 4 5 6 7 8 9 10
#ifndef LITMUS_CACHE_PROC_H #define LITMUS_CACHE_PROC_H #ifdef __KERNEL__ void litmus_setup_lockdown(void __iomem*, u32); #endif #endif