mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 23:50:30 -04:00
13 lines
315 B
C
13 lines
315 B
C
--- ./tests/voodoo/voodoo_test.h.orig 2010-12-03 16:44:12.000000000 +0100
|
|
+++ ./tests/voodoo/voodoo_test.h 2010-12-03 16:44:12.000000000 +0100
|
|
@@ -0,0 +1,10 @@
|
|
+#ifndef __VOODOO_TEST_H__
|
|
+#define __VOODOO_TEST_H__
|
|
+
|
|
+typedef enum {
|
|
+ VOODOO_TEST_INCREASE,
|
|
+ VOODOO_TEST_QUERY
|
|
+} VoodooTestCall;
|
|
+
|
|
+#endif
|
|
+
|