assembler: Don't expose functions only used in main.c

and make then static.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
Damien Lespiau
2013-01-21 22:17:54 +00:00
parent c74c80c9a5
commit 6b56804757
2 changed files with 2 additions and 4 deletions
-2
View File
@@ -234,8 +234,6 @@ struct declared_register {
};
struct declared_register *find_register(char *name);
void insert_register(struct declared_register *reg);
void add_label(struct brw_program_instruction *instruction);
int label_to_addr(char *name, int start_addr);
int yyparse(void);
int yylex(void);