summaryrefslogtreecommitdiff
path: root/linux-core/savage_drv.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-core/savage_drv.h')
-rw-r--r--linux-core/savage_drv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-core/savage_drv.h b/linux-core/savage_drv.h
index 755ed2e9..4931d74a 100644
--- a/linux-core/savage_drv.h
+++ b/linux-core/savage_drv.h
@@ -38,6 +38,8 @@ enum savage_family {
S3_LAST
};
+extern int savage_preinit( drm_device_t *dev, unsigned long chipset );
+
#define S3_SAVAGE3D_SERIES(chip) ((chip>=S3_SAVAGE3D) && (chip<=S3_SAVAGE_MX))
#define S3_SAVAGE4_SERIES(chip) ((chip==S3_SAVAGE4) \