Update to 2.4.42
[platform/upstream/libdrm.git] / tests / drmtest.h
index afa0df4..55bb446 100644 (file)
@@ -33,5 +33,8 @@
 
 #include "xf86drm.h"
 
+#define DRM_TEST_MASTER 0x01
+
 int drm_open_any(void);
 int drm_open_any_master(void);
+int drm_open_matching(const char *pci_glob, int flags);