mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-18 23:48:22 +02:00
anv: fix include guards
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26989>
This commit is contained in:
parent
6bb3ae99c5
commit
74c8edd288
1 changed files with 3 additions and 3 deletions
|
|
@ -21,8 +21,8 @@
|
|||
* IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef GENX_CMD_GENERATED_INDIRECT_DRAW_H
|
||||
#define GENX_CMD_GENERATED_INDIRECT_DRAW_H
|
||||
#ifndef GENX_CMD_DRAW_GENERATED_INDIRECT_H
|
||||
#define GENX_CMD_DRAW_GENERATED_INDIRECT_H
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdbool.h>
|
||||
|
|
@ -679,4 +679,4 @@ genX(cmd_buffer_flush_generated_draws)(struct anv_cmd_buffer *cmd_buffer)
|
|||
cmd_buffer->generation.return_addr = ANV_NULL_ADDRESS;
|
||||
}
|
||||
|
||||
#endif /* GENX_CMD_GENERATED_INDIRECT_DRAW_H */
|
||||
#endif /* GENX_CMD_DRAW_GENERATED_INDIRECT_H */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue