summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau/nouveau_screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/nouveau_screen.h')
-rw-r--r--src/mesa/drivers/dri/nouveau/nouveau_screen.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nouveau_screen.h b/src/mesa/drivers/dri/nouveau/nouveau_screen.h
index f6959419c5..decdafa86d 100644
--- a/src/mesa/drivers/dri/nouveau/nouveau_screen.h
+++ b/src/mesa/drivers/dri/nouveau/nouveau_screen.h
@@ -30,8 +30,11 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "xmlconfig.h"
+#include "nouveau_dri.h"
+#include "nouveau_card.h"
+
typedef struct {
- u_int32_t card_type;
+ nouveau_card* card;
u_int32_t bus_type;
u_int32_t agp_mode;