summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_public.h
blob: 57a69cb7c9ffbb1529cde7bdf7dd882f7254cc07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

#ifndef R300_PUBLIC_H
#define R300_PUBLIC_H

#ifdef __cplusplus
extern "C" {
#endif

struct radeon_winsys;

struct pipe_screen* r300_screen_create(struct radeon_winsys *rws);

#ifdef __cplusplus
} // extern "C"
#endif

#endif