intel/isl: Add an isl_swizzle_supports_rendering helper
[mesa.git] / src / intel / isl / isl_gen8.h
index 0a526abba2d549a2c92946f5bdfd29cc46a71ae6..f5eb6a2951cc26bd77dfd40ea032b8a0615b03fa 100644 (file)
@@ -21,7 +21,8 @@
  *  IN THE SOFTWARE.
  */
 
-#pragma once
+#ifndef ISL_GEN8_H
+#define ISL_GEN8_H
 
 #include "isl.h"
 
@@ -46,3 +47,5 @@ isl_gen8_choose_image_alignment_el(const struct isl_device *dev,
 #ifdef __cplusplus
 }
 #endif
+
+#endif /* ISL_GEN8_H */