aboutsummaryrefslogtreecommitdiff
path: root/tests/drmtest.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/drmtest.h')
-rw-r--r--tests/drmtest.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/drmtest.h b/tests/drmtest.h
index afa0df4a..55bb4464 100644
--- a/tests/drmtest.h
+++ b/tests/drmtest.h
@@ -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);