anv: increase ANV_MAX_STATE_SIZE_LOG2 limit to 1 MB
[mesa.git] / src / intel / isl / isl_gen9.h
index 44aab7f86a5461bc97c5cc35ce509586960468d2..26d716f8f5bf7616031f9702a63a6210bab6fc63 100644 (file)
  *  IN THE SOFTWARE.
  */
 
-#pragma once
+#ifndef ISL_GEN9_H
+#define ISL_GEN9_H
 
-#include "isl_priv.h"
+#include "isl.h"
 
 #ifdef __cplusplus
 extern "C" {
@@ -40,3 +41,5 @@ isl_gen9_choose_image_alignment_el(const struct isl_device *dev,
 #ifdef __cplusplus
 }
 #endif
+
+#endif /* ISL_GEN9_H */