Release of coccinelle 1.0.0-rc9
[bpt/coccinelle.git] / tests / three_types.res
CommitLineData
34e49164
C
1typedef struct _drm_via_blitq {
2 struct work_struct wq;
3} drm_via_blitq_t;
4
5void
6via_init_dmablit(drm_device_t *dev)
7{
8 drm_via_blitq_t *blitq;
9
10 INIT_WORK(&blitq->wq, via_dmablit_workqueue);
11}