Release coccinelle-0.2.1-rc1
[bpt/coccinelle.git] / tests / tup.res
CommitLineData
34e49164
C
1static int cm206_block_ioctl(struct inode *inode, struct file *file,
2 unsigned cmd, unsigned long arg)
3{
4 return xxx();
5}
6
7static struct block_device_operations cm206_bdops =
8{
9 .ioctl = cm206_block_ioctl
10};