summaryrefslogtreecommitdiff
path: root/src/r128_driver.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2004-08-12 01:03:06 +0000
committerAdam Jackson <ajax@nwnk.net>2004-08-12 01:03:06 +0000
commit6ec74414bd33e9d8dfd5119058d15f3a6206e9d9 (patch)
tree2255bf25f4e9affe97e06d7de5abb8a796ab7bcb /src/r128_driver.c
parenta5b1e4dd7adacd17b63582e477df3a585efb249a (diff)
Factor out R{128,ADEON}Chipsets into their own headers so they can be
sanely included in both the ati core and the r128/radeon submodules; r128 and radeon can now be directly loaded under dlloader. Teach imstt about the dlloader- frendly way to talk to fbdevhw. (Partial for bugs #393 and #400.)
Diffstat (limited to 'src/r128_driver.c')
-rw-r--r--src/r128_driver.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/r128_driver.c b/src/r128_driver.c
index f6451fb3..9984c25b 100644
--- a/src/r128_driver.c
+++ b/src/r128_driver.c
@@ -91,6 +91,8 @@
#include "vgaHW.h"
#include "dixstruct.h"
+#include "r128_chipset.h"
+
#ifndef MAX
#define MAX(a,b) ((a)>(b)?(a):(b))
#endif