summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0/nvc0_compute.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/nvc0/nvc0_compute.h')
-rw-r--r--src/gallium/drivers/nvc0/nvc0_compute.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/gallium/drivers/nvc0/nvc0_compute.h b/src/gallium/drivers/nvc0/nvc0_compute.h
new file mode 100644
index 00000000000..f2df7bed310
--- /dev/null
+++ b/src/gallium/drivers/nvc0/nvc0_compute.h
@@ -0,0 +1,10 @@
+#ifndef NVC0_COMPUTE_H
+#define NVC0_COMPUTE_H
+
+#include "nv50/nv50_defs.xml.h"
+#include "nvc0_compute.xml.h"
+
+boolean
+nvc0_compute_validate_program(struct nvc0_context *nvc0);
+
+#endif /* NVC0_COMPUTE_H */