nil: Fix include guards in nil_image.h
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
parent
640783513b
commit
611889bc2a
1 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef NIL_H
|
||||
#define NIL_H
|
||||
#ifndef NIL_IMAGE_H
|
||||
#define NIL_IMAGE_H
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdbool.h>
|
||||
|
|
@ -176,4 +176,4 @@ void nil_buffer_fill_tic(struct nouveau_ws_device *dev,
|
|||
uint32_t num_elements,
|
||||
void *desc_out);
|
||||
|
||||
#endif /* NIL_H */
|
||||
#endif /* NIL_IMAGE_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue