isl: add gen12 comment about CCS for linear tiling
[mesa.git] / src / intel / isl / isl_gen8.h
index 75b89cf56d32e5a5db06c9343ca3cd0c0dbcd159..f5eb6a2951cc26bd77dfd40ea032b8a0615b03fa 100644 (file)
  *  IN THE SOFTWARE.
  */
 
-#pragma once
+#ifndef ISL_GEN8_H
+#define ISL_GEN8_H
 
-#include "isl_priv.h"
+#include "isl.h"
 
 #ifdef __cplusplus
 extern "C" {
@@ -46,3 +47,5 @@ isl_gen8_choose_image_alignment_el(const struct isl_device *dev,
 #ifdef __cplusplus
 }
 #endif
+
+#endif /* ISL_GEN8_H */