permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / tup.c
CommitLineData
34e49164
C
1static 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
7static struct block_device_operations cm206_bdops =
8{
9 .ioctl = cm206_block_ioctl
10};