X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fcompiler%2Fnir%2Fnir_constant_expressions.h;h=1d6bbbc25d395b819cdd71163b4999578445aa6e;hb=493a165544e3430a9951dc960dd756d4e81bc0c9;hp=201f278c71c887f5efd24bc9c48ceff374060197;hpb=2c3f95d6aaab38cd66dd3dee1b089d5c91928eea;p=mesa.git diff --git a/src/compiler/nir/nir_constant_expressions.h b/src/compiler/nir/nir_constant_expressions.h index 201f278c71c..1d6bbbc25d3 100644 --- a/src/compiler/nir/nir_constant_expressions.h +++ b/src/compiler/nir/nir_constant_expressions.h @@ -25,7 +25,12 @@ * */ +#ifndef NIR_CONSTANT_EXPRESSIONS_H +#define NIR_CONSTANT_EXPRESSIONS_H + #include "nir.h" nir_const_value nir_eval_const_opcode(nir_op op, unsigned num_components, unsigned bit_size, nir_const_value *src); + +#endif /* NIR_CONSTANT_EXPRESSIONS_H */