1f08c3bdfSopenharmony_ci#ifndef COMPILE_H
2f08c3bdfSopenharmony_ci#define COMPILE_H
3f08c3bdfSopenharmony_ci
4f08c3bdfSopenharmony_cistruct symbol;
5f08c3bdfSopenharmony_ci
6f08c3bdfSopenharmony_ciextern void emit_one_symbol(struct symbol *);
7f08c3bdfSopenharmony_ciextern void emit_unit_begin(const char *);
8f08c3bdfSopenharmony_ciextern void emit_unit_end(void);
9f08c3bdfSopenharmony_ci
10f08c3bdfSopenharmony_ci#endif /* COMPILE_H */
11