Current File : //proc/self/root/kunden/usr/share/systemtap/runtime/linux/autoconf-dpath-path.c
#include <linux/path.h>
#include <linux/dcache.h>

void ____autoconf_func(struct path *p);

void ____autoconf_func(struct path *p)
{
	(void)d_path(p, NULL, 0);
}