From: Matthias Braun Date: Thu, 21 Dec 2006 14:55:19 +0000 (+0000) Subject: forgot a file X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=7c45d918cd44644d8b0d98023aae6e31f3a6c835;p=libfirm forgot a file --- diff --git a/ir/be/bemodule_t.h b/ir/be/bemodule_t.h new file mode 100644 index 000000000..c97f9921c --- /dev/null +++ b/ir/be/bemodule_t.h @@ -0,0 +1,18 @@ +/* + * Author: Matthias Braun + * Date: 11.12.2006 + * Copyright: (c) Universitaet Karlsruhe + * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. + */ +#ifndef BEMODULE_T_H_ +#define BEMODULE_T_H_ + +#include "bemodule.h" + +struct be_module_list_entry_t { + const char *name; + void *data; + struct be_module_list_entry_t *next; +}; + +#endif