diff options
author | Emil Velikov <[email protected]> | 2016-10-11 18:26:24 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-10-14 11:53:41 +0100 |
commit | 08efa6a19f1c6448cb0fa7807d16521291b2d3b9 (patch) | |
tree | ee456b23eb91a37ccc157300c6b5530e9b3e776e /src/intel/vulkan/anv_genX.h | |
parent | 76ae842366f1da575e556f20cb06995228a2e92b (diff) |
anv: use correct header guards
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/intel/vulkan/anv_genX.h')
-rw-r--r-- | src/intel/vulkan/anv_genX.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/intel/vulkan/anv_genX.h b/src/intel/vulkan/anv_genX.h index 81ebbaa008b..e0cdf7e20f4 100644 --- a/src/intel/vulkan/anv_genX.h +++ b/src/intel/vulkan/anv_genX.h @@ -22,6 +22,10 @@ */ /* + * NOTE: The header can be included multiple times, from the same file. + */ + +/* * Gen-specific function declarations. This header must *not* be included * directly. Instead, it is included multiple times by gen8_private.h. * |