diff options
Diffstat (limited to 'src/intel/common/gen_device_info.h')
-rw-r--r-- | src/intel/common/gen_device_info.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/intel/common/gen_device_info.h b/src/intel/common/gen_device_info.h index 7347db57e4a..10324e6d857 100644 --- a/src/intel/common/gen_device_info.h +++ b/src/intel/common/gen_device_info.h @@ -22,7 +22,9 @@ * */ -#pragma once +#ifndef GEN_DEVICE_INFO_H +#define GEN_DEVICE_INFO_H + #include <stdbool.h> /** @@ -145,3 +147,5 @@ struct gen_device_info bool gen_get_device_info(int devid, struct gen_device_info *devinfo); const char *gen_get_device_name(int devid); + +#endif /* GEN_DEVICE_INFO_H */ |