summaryrefslogtreecommitdiffstats
path: root/src/intel/common/gen_l3_config.h
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2016-10-11 18:26:22 +0100
committerEmil Velikov <[email protected]>2016-10-14 11:53:37 +0100
commit72e70c00f3855fbeaeffa14d24f7b2c47dfe572b (patch)
treeba8e7b61828724eb3cd1faadb45a84c2d4540e22 /src/intel/common/gen_l3_config.h
parent0d86c92dcb7f918b00a1c96e2cb220e21da30d83 (diff)
intel/common: use correct header guards
Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/intel/common/gen_l3_config.h')
-rw-r--r--src/intel/common/gen_l3_config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/intel/common/gen_l3_config.h b/src/intel/common/gen_l3_config.h
index 0540a7c2935..25a9675f462 100644
--- a/src/intel/common/gen_l3_config.h
+++ b/src/intel/common/gen_l3_config.h
@@ -21,6 +21,9 @@
* IN THE SOFTWARE.
*/
+#ifndef GEN_L3_CONFIG_H
+#define GEN_L3_CONFIG_H
+
#include <stdio.h>
#include "gen_device_info.h"
@@ -88,3 +91,5 @@ gen_get_l3_config_urb_size(const struct gen_device_info *devinfo,
const struct gen_l3_config *cfg);
void gen_dump_l3_config(const struct gen_l3_config *cfg, FILE *fp);
+
+#endif /* GEN_L3_CONFIG_H */