added ctor section support
[libfirm] / ir / be / ia32 / ia32_gen_decls.h
1 /**
2  * Header for ia32 assembler declarations dumper.
3  * @author Christian Wuerdig
4  * $Id$
5  */
6
7 #ifndef _IA32_GEN_DECLS_H_
8 #define _IA32_GEN_DECLS_H_
9
10 #include "bearch_ia32_t.h"
11
12 /**
13  * Generate all entities.
14  */
15 void ia32_gen_decls(FILE *out, ia32_code_gen_t *cg);
16
17 #endif /* _IA32_GEN_DECLS_H_ */