summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/tgsi/deco/deco_caps.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/tgsi/deco/deco_caps.h')
-rw-r--r--src/mesa/pipe/tgsi/deco/deco_caps.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/mesa/pipe/tgsi/deco/deco_caps.h b/src/mesa/pipe/tgsi/deco/deco_caps.h
new file mode 100644
index 0000000000..b3a40b03d8
--- /dev/null
+++ b/src/mesa/pipe/tgsi/deco/deco_caps.h
@@ -0,0 +1,15 @@
+#if !defined DECO_CAPS_H
+#define DECO_CAPS_H
+
+#if defined __cplusplus
+extern "C" {
+#endif // defined __cplusplus
+
+
+
+#if defined __cplusplus
+} // extern "C"
+#endif // defined __cplusplus
+
+#endif // !defined DECO_CAPS_H
+