summaryrefslogtreecommitdiff
path: root/src/r128_probe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/r128_probe.h')
-rw-r--r--src/r128_probe.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/r128_probe.h b/src/r128_probe.h
index 247a8f57..34810dd9 100644
--- a/src/r128_probe.h
+++ b/src/r128_probe.h
@@ -49,7 +49,6 @@ extern void R128Identify
extern Bool R128Probe
FunctionPrototype((DriverPtr, int));
-extern SymTabRec R128Chipsets[];
extern PciChipsets R128PciChipsets[];
/* r128_driver.c */
@@ -73,6 +72,10 @@ extern ModeStatus R128ValidMode
FunctionPrototype((int, DisplayModePtr, Bool,
int));
-extern const OptionInfoRec R128Options[];
+extern const OptionInfoRec * R128OptionsWeak
+ FunctionPrototype((void));
+
+extern void R128FillInScreenInfo
+ FunctionPrototype((ScrnInfoPtr));
#endif /* _R128_PROBE_H_ */