X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbemodule_t.h;h=c78bfe78c4f94d2a79ea7bee063ce29516643195;hb=5f96b99f27bdc9773b090295487fd41d03d9263b;hp=912c4a5f31a7dce772d6ccf4eeb0bd296cfa4819;hpb=1ce363f80e6a204d4011f85813362d9bd1d0e7e4;p=libfirm diff --git a/ir/be/bemodule_t.h b/ir/be/bemodule_t.h index 912c4a5f3..c78bfe78c 100644 --- a/ir/be/bemodule_t.h +++ b/ir/be/bemodule_t.h @@ -29,10 +29,13 @@ #include "bemodule.h" +/** + * A module list entry. + */ struct be_module_list_entry_t { - const char *name; - void *data; - struct be_module_list_entry_t *next; + const char *name; /**< The name of the entry. */ + void *data; /**< Some data associated with this entry. */ + struct be_module_list_entry_t *next; /**< Points to the next entry. */ }; #endif /* FIRM_BE_BEMODULE_T_H */