assembler: Protect gen4asm.h from multiple inclusions

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
Damien Lespiau 2013-01-19 22:50:57 +00:00
parent 8b10ceb61b
commit a66cd60f2d

View File

@ -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__ */