mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
assembler: Protect gen4asm.h from multiple inclusions
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
parent
8b10ceb61b
commit
a66cd60f2d
@ -26,6 +26,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __GEN4ASM_H__
|
||||
#define __GEN4ASM_H__
|
||||
|
||||
#include <inttypes.h>
|
||||
|
||||
typedef unsigned char GLubyte;
|
||||
@ -197,3 +200,5 @@ int yylex_destroy(void);
|
||||
|
||||
char *
|
||||
lex_text(void);
|
||||
|
||||
#endif /* __GEN4ASM_H__ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user