mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 09:56:22 +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>
|
#include <inttypes.h>
|
||||||
|
|
||||||
typedef unsigned char GLubyte;
|
typedef unsigned char GLubyte;
|
||||||
@ -197,3 +200,5 @@ int yylex_destroy(void);
|
|||||||
|
|
||||||
char *
|
char *
|
||||||
lex_text(void);
|
lex_text(void);
|
||||||
|
|
||||||
|
#endif /* __GEN4ASM_H__ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user