Release coccinelle-0.1
[bpt/coccinelle.git] / tests / define_chip_t.c
1 #define chip_t vortex_t
2
3 //#define chip_t float
4
5 static int
6 snd_vortex_pcm_hw_params(snd_pcm_substream_t * substream,
7 snd_pcm_hw_params_t * hw_params)
8 {
9 chip_t *chip = snd_pcm_substream_chip(substream);
10 stream_t *stream = (stream_t *) (substream->runtime->private_data);
11 snd_pcm_sgbuf_t *sgbuf;
12 int err;
13
14 }
15
16
17
18 float main(float x)
19 {
20
21 float y;
22 }