summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mesa/pipe/tgsi/deco/deco_caps.h15
-rw-r--r--src/mesa/pipe/tgsi/deco/tgsi_deco.h8
2 files changed, 23 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
+
diff --git a/src/mesa/pipe/tgsi/deco/tgsi_deco.h b/src/mesa/pipe/tgsi/deco/tgsi_deco.h
index e69de29bb2..06a2654fb6 100644
--- a/src/mesa/pipe/tgsi/deco/tgsi_deco.h
+++ b/src/mesa/pipe/tgsi/deco/tgsi_deco.h
@@ -0,0 +1,8 @@
+#if !defined TGSI_DECO_H
+#define TGSI_DECO_H
+
+#include "../core/tgsi_core.h"
+#include "deco_caps.h"
+
+#endif // !defined TGSI_DECO_H
+