summaryrefslogtreecommitdiff
path: root/src/i830.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-03-12 11:03:26 -0700
committerEric Anholt <eric@anholt.net>2008-03-12 16:12:28 -0700
commitabf11a274e14535630742fe4c41cc0ae92555293 (patch)
tree0b1b931205b9fcefbe357e5847d4475e5ff92494 /src/i830.h
parente04908853db74dc76718f6bc0dfb23b5ab3c5837 (diff)
Separate i810 and i830 ring macros out into separate files.
I want to hack on i830 for changing it into a compat path for batchbuffer without having to worry about the i810 stuff getting broken.
Diffstat (limited to 'src/i830.h')
-rw-r--r--src/i830.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830.h b/src/i830.h
index 3866a25a..68a71c58 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -1,4 +1,3 @@
-
/**************************************************************************
Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
@@ -97,6 +96,7 @@ Bool I830XAAInit(ScreenPtr pScreen);
typedef struct _I830OutputRec I830OutputRec, *I830OutputPtr;
#include "common.h"
+#include "i830_ring.h"
#include "i830_sdvo.h"
#include "i2c_vid.h"