intel/isl: Add some helpers for working with RGBX formats
[mesa.git] / src / intel / isl / isl_gen7.h
index 3c841a115295934563e6ee6780a884a17b5cc820..f1b7252ba3ea807e88fd4bf45b99a59a938dd121 100644 (file)
  *  IN THE SOFTWARE.
  */
 
-#pragma once
+#ifndef ISL_GEN7_H
+#define ISL_GEN7_H
 
-#include "isl_priv.h"
+#include "isl.h"
 
 #ifdef __cplusplus
 extern "C" {
@@ -51,3 +52,5 @@ isl_gen7_choose_image_alignment_el(const struct isl_device *dev,
 #ifdef __cplusplus
 }
 #endif
+
+#endif /* ISL_GEN7_H */