summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/drmstat.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/drmstat.c b/tests/drmstat.c
index 4edaeb38..9503fda9 100644
--- a/tests/drmstat.c
+++ b/tests/drmstat.c
@@ -414,3 +414,12 @@ int main(int argc, char **argv)
return r;
}
+
+void
+xf86VDrvMsgVerb(int scrnIndex, int type, int verb, const char *format,
+ va_list args)
+{
+ vfprintf(stderr, format, args);
+}
+
+int xf86ConfigDRI[10];