1 /* 2 * Copyright 2010 Marek Olšák <[email protected]> 3 * SPDX-License-Identifier: MIT 4 */ 5 6 #ifndef RADEON_REMOVE_CONSTANTS_H 7 #define RADEON_REMOVE_CONSTANTS_H 8 9 #include "radeon_compiler.h" 10 11 void rc_remove_unused_constants(struct radeon_compiler *c, void *user); 12 13 #endif 14