Current File : //proc/thread-self/root/kunden/usr/share/systemtap/runtime/linux/autoconf-lockdown-kernel.c
#include <linux/kernel.h>

int foo(void);

int foo(void) {
  return kernel_is_locked_down("something");
}