Release coccinelle-0.2.5-rc2
[bpt/coccinelle.git] / tests / expopt3.c
1 static int pcm20_ioctl(struct video_device *dev, unsigned int cmd, void *arg)
2 {
3 struct video_tuner v;
4 pcm20_getflags(pcm20, &v.flags, &v.xxx, &v.signal);
5 }