148c0c902SAlex Deucher /*
248c0c902SAlex Deucher  * Copyright 2011 Advanced Micro Devices, Inc.
348c0c902SAlex Deucher  *
448c0c902SAlex Deucher  * Permission is hereby granted, free of charge, to any person obtaining a
548c0c902SAlex Deucher  * copy of this software and associated documentation files (the "Software"),
648c0c902SAlex Deucher  * to deal in the Software without restriction, including without limitation
748c0c902SAlex Deucher  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
848c0c902SAlex Deucher  * and/or sell copies of the Software, and to permit persons to whom the
948c0c902SAlex Deucher  * Software is furnished to do so, subject to the following conditions:
1048c0c902SAlex Deucher  *
1148c0c902SAlex Deucher  * The above copyright notice and this permission notice (including the next
1248c0c902SAlex Deucher  * paragraph) shall be included in all copies or substantial portions of the
1348c0c902SAlex Deucher  * Software.
1448c0c902SAlex Deucher  *
1548c0c902SAlex Deucher  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1648c0c902SAlex Deucher  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1748c0c902SAlex Deucher  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
1848c0c902SAlex Deucher  * THE COPYRIGHT HOLDER(S) AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
1948c0c902SAlex Deucher  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
2048c0c902SAlex Deucher  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2148c0c902SAlex Deucher  * DEALINGS IN THE SOFTWARE.
2248c0c902SAlex Deucher  *
2348c0c902SAlex Deucher  */
2448c0c902SAlex Deucher 
2548c0c902SAlex Deucher #ifndef SI_BLIT_SHADERS_H
2648c0c902SAlex Deucher #define SI_BLIT_SHADERS_H
2748c0c902SAlex Deucher 
2848c0c902SAlex Deucher extern const u32 si_default_state[];
2948c0c902SAlex Deucher 
3048c0c902SAlex Deucher extern const u32 si_default_size;
3148c0c902SAlex Deucher 
3248c0c902SAlex Deucher #endif
33