Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / bug1.c
CommitLineData
34e49164
C
1static int typhoon_ioctl(struct video_device *dev, unsigned int cmd,void *arg)
2{
3 struct typhoon_device *typhoon = dev->priv;
4 return 0;
5}