Release coccinelle-0.1
[bpt/coccinelle.git] / tests / tup.c
1 static int cm206_block_ioctl(struct inode *inode, struct file *file,
2 unsigned cmd, unsigned long arg)
3 {
4 return cdrom_ioctl(&cm206_info, inode, cmd, arg);
5 }
6
7 static struct block_device_operations cm206_bdops =
8 {
9 .ioctl = cm206_block_ioctl
10 };