commit c9df1ef

Michael Forney  ·  2013-06-22 05:18:14 +0000 UTC
parent 4d5f85b
intel: Fix include guard names
3 files changed,  +6, -6
+2, -2
1@@ -1,5 +1,5 @@
2-#ifndef SWC_I915_BATCH_H
3-#define SWC_I915_BATCH_H 1
4+#ifndef SWC_INTEL_BATCH_H
5+#define SWC_INTEL_BATCH_H 1
6 
7 #include <stdlib.h>
8 #include <stdint.h>
+2, -2
1@@ -1,5 +1,5 @@
2-#ifndef SWC_I915_BLT_H
3-#define SWC_I915_BLT_H 1
4+#ifndef SWC_INTEL_BLT_H
5+#define SWC_INTEL_BLT_H 1
6 
7 #include "batch.h"
8 
+2, -2
1@@ -1,5 +1,5 @@
2-#ifndef SWC_I915_MI_H
3-#define SWC_I915_MI_H 1
4+#ifndef SWC_INTEL_MI_H
5+#define SWC_INTEL_MI_H 1
6 
7 #include "batch.h"
8