"Fossies" - the Fresh Open Source Software archive

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


#include <linux/hdreg.h>
#include <linux/blkdev.h>
#include <linux/netdevice.h>
#include <linux/moduleparam.h>

int testfn(struct sk_buffer *skb)
{
	return skb_linearize(skb, GFP_ATOMIC);
}