"Fossies" - the Fresh Open Source Software archive

Member "aoe6-83/conf/12.c" of archive aoe6-83.tar.gz:


#include <linux/hdreg.h>
#include <linux/blkdev.h>
#include <linux/fs.h>
#include <linux/ioctl.h>
#include <linux/genhd.h>
#include <linux/netdevice.h>

static int
test_12_fn(struct kobject *kobj, const struct attribute_group *agrp)
{
	return sysfs_create_group(kobj, agrp);
}