nir: Stop passing an options arg to nir_lower_int64()
[mesa.git] / src / intel / isl / isl_gen6.h
index 5151ff9858c085cf41d73f99697c74c884ce86ae..c954026efb6468f63aded16859db3009f69426b2 100644 (file)
@@ -21,7 +21,8 @@
  *  IN THE SOFTWARE.
  */
 
-#pragma once
+#ifndef ISL_GEN6_H
+#define ISL_GEN6_H
 
 #include "isl.h"
 
@@ -46,3 +47,5 @@ isl_gen6_choose_image_alignment_el(const struct isl_device *dev,
 #ifdef __cplusplus
 }
 #endif
+
+#endif /* ISL_GEN6_H */