some workaround to avoid condeval creating Phibs which not all backends like
[libfirm] / ir / be / bemodule_t.h
1 /*
2  * Author:      Matthias Braun
3  * Date:                11.12.2006
4  * Copyright:   (c) Universitaet Karlsruhe
5  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
6  */
7 #ifndef BEMODULE_T_H_
8 #define BEMODULE_T_H_
9
10 #include "bemodule.h"
11
12 struct be_module_list_entry_t {
13         const char *name;
14         void *data;
15         struct be_module_list_entry_t *next;
16 };
17
18 #endif