1bf215546Sopenharmony_ci 2bf215546Sopenharmony_ci#ifndef R300_PUBLIC_H 3bf215546Sopenharmony_ci#define R300_PUBLIC_H 4bf215546Sopenharmony_ci 5bf215546Sopenharmony_ci#ifdef __cplusplus 6bf215546Sopenharmony_ciextern "C" { 7bf215546Sopenharmony_ci#endif 8bf215546Sopenharmony_ci 9bf215546Sopenharmony_cistruct radeon_winsys; 10bf215546Sopenharmony_cistruct pipe_screen_config; 11bf215546Sopenharmony_ci 12bf215546Sopenharmony_cistruct pipe_screen* r300_screen_create(struct radeon_winsys *rws, 13bf215546Sopenharmony_ci const struct pipe_screen_config *config); 14bf215546Sopenharmony_ci 15bf215546Sopenharmony_ci#ifdef __cplusplus 16bf215546Sopenharmony_ci} // extern "C" 17bf215546Sopenharmony_ci#endif 18bf215546Sopenharmony_ci 19bf215546Sopenharmony_ci#endif 20