Select the types of activity you want to include in your feed.
1#ifndef _LIBLOCKDEP_LINUX_KMEMCHECK_H_ 2#define _LIBLOCKDEP_LINUX_KMEMCHECK_H_ 3 4static inline void kmemcheck_mark_initialized(void *address, unsigned int n) 5{ 6} 7 8#endif