summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/fake-symbols.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/fake-symbols.c b/test/fake-symbols.c
index 05d0b24..15bbebb 100644
--- a/test/fake-symbols.c
+++ b/test/fake-symbols.c
@@ -558,4 +558,9 @@ _X_EXPORT void xf86PostTouchEvent(DeviceIntPtr dev, uint32_t touchid, uint16_t t
uint32_t flags, const ValuatorMask *mask) {
return;
}
+
+_X_EXPORT void
+xf86PrintChipsets(const char *drvname, const char *drvmsg, SymTabPtr chips)
+{
+}
#endif