bdf60611e23268a949372be6a077a422b05a53ce
[libfirm] / ir / be / beasm_dump_globals.h
1 /**
2  * dumper for initialized and uninitialized global data. based on cggg's implementation.
3  * @author Hannes Jakschitsch
4  * @date 19.01.2005
5  */
6
7 #ifndef _BEASM_DUMP_GLOBALS_H
8 #define _BEASM_DUMP_GLOBALS_H
9
10 #include "beasm_types.h"
11
12 void asm_dump_globals ( assembler_t *assembler );
13
14 #endif