summaryrefslogtreecommitdiffstats
path: root/src/intel/common/gen_l3_config.h
diff options
context:
space:
mode:
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 */