V4L/DVB: media/IR/imon: testing the wrong variable
[wandboard.git] / drivers / gpu / drm / radeon / r600_blit_shaders.h
blobfdc3b378cbb0d78542987e111fc1693462dc2b1b
2 #ifndef R600_BLIT_SHADERS_H
3 #define R600_BLIT_SHADERS_H
5 extern const u32 r6xx_ps[];
6 extern const u32 r6xx_vs[];
7 extern const u32 r7xx_default_state[];
8 extern const u32 r6xx_default_state[];
11 extern const u32 r6xx_ps_size, r6xx_vs_size;
12 extern const u32 r6xx_default_size, r7xx_default_size;
14 #endif