blob: bf54cc4dfc05a942a5242ebc2afa81e312287a01 [file] [log] [blame]
#ifndef R300_PUBLIC_H
#define R300_PUBLIC_H
#ifdef __cplusplus
extern "C" {
#endif
struct radeon_winsys;
struct pipe_screen_config;
struct pipe_screen* r300_screen_create(struct radeon_winsys *rws,
const struct pipe_screen_config *config);
#ifdef __cplusplus
} // extern "C"
#endif
#endif