1 2 3 4 5 6 7 8 9 10 11 12 13
--- tests/voodoo/voodoo_test.h.orig 2016-06-08 05:59:40 UTC +++ tests/voodoo/voodoo_test.h @@ -0,0 +1,10 @@ +#ifndef __VOODOO_TEST_H__ +#define __VOODOO_TEST_H__ + +typedef enum { + VOODOO_TEST_INCREASE, + VOODOO_TEST_QUERY +} VoodooTestCall; + +#endif +