summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.com>2014-02-14 00:16:58 +0100
committerEgbert Eich <eich@suse.com>2014-02-14 00:16:58 +0100
commitf18e31da214fc4ef625c398429a07063032edfe0 (patch)
treec984e9ba4e04e5f3973dde2bf43fdf1af17d984b /test
parent710ec7a47d90778bd419c75f5bc9b391664f6670 (diff)
downloadxf86-input-wacom-f18e31da214fc4ef625c398429a07063032edfe0.tar.gz
Add missing symbol xf86PrintChipsets() for test suite
Signed-off-by: Egbert Eich <eich@suse.com> Reviewed-by: Jason Gerecke <killertofu@gmail.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
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