예제 #1
0
파일: lnb_core.c 프로젝트: Greder/ACC
static int lnb_ioctl(struct inode *inode, struct file *file, unsigned int cmd, unsigned long arg)
{
	dprintk("[LNB]: IOCTL\n");
	return lnb_command_ioctl(lnb_client, cmd, (void *) arg);
}
예제 #2
0
static int lnb_ioctl(struct inode *inode, struct file *file, unsigned int cmd, unsigned long arg)
{
	dprintk(10, "IOCTL: %08x\n", cmd);
	return lnb_command_ioctl(lnb_client, cmd, (void *) arg);
}