summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/lp_bld_action.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_action.h')
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_action.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_action.h b/src/gallium/auxiliary/gallivm/lp_bld_action.h
index 4da3479cef7..bfde49c3080 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_action.h
+++ b/src/gallium/auxiliary/gallivm/lp_bld_action.h
@@ -2,6 +2,8 @@
#ifndef LP_BLD_ACTION_H
#define LP_BLD_ACTION_H
+#include <llvm-c/Core.h>
+
struct lp_build_tgsi_context;
struct lp_build_emit_data {
@@ -44,4 +46,8 @@ struct lp_build_opcode_action
const char * intr_name;
};
+void
+lp_set_default_actions(
+ struct lp_build_tgsi_context * bld_base);
+
#endif /* LP_BLD_ACTION_H */