Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied...
[safe/jmp/linux-2.6] / drivers / gpu / drm / radeon / r600_blit_shaders.h
1
2 #ifndef R600_BLIT_SHADERS_H
3 #define R600_BLIT_SHADERS_H
4
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[];
9
10
11 extern const u32 r6xx_ps_size, r6xx_vs_size;
12 extern const u32 r6xx_default_size, r7xx_default_size;
13
14 #endif