X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbemodule_t.h;h=a264215ef500e04d25dd2af2d0aced6a8ba02789;hb=39d4311ea8a4f1bd78d1e0282d77d71f7ef4efdb;hp=a0d705888f00da448fedca55dc54732cb2093376;hpb=4d5c3365a58cba59993045a9e08e686d8ae079a7;p=libfirm diff --git a/ir/be/bemodule_t.h b/ir/be/bemodule_t.h index a0d705888..a264215ef 100644 --- a/ir/be/bemodule_t.h +++ b/ir/be/bemodule_t.h @@ -17,14 +17,15 @@ * PURPOSE. */ -/* - * Author: Matthias Braun - * Date: 11.12.2006 - * Copyright: (c) Universitaet Karlsruhe - * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. +/** + * @file + * @brief Backend module interface. + * @author Matthias Braun + * @date 11.12.2006 + * @version $Id$ */ -#ifndef BEMODULE_T_H_ -#define BEMODULE_T_H_ +#ifndef FIRM_BE_BEMODULE_T_H +#define FIRM_BE_BEMODULE_T_H #include "bemodule.h" @@ -34,4 +35,4 @@ struct be_module_list_entry_t { struct be_module_list_entry_t *next; }; -#endif +#endif /* FIRM_BE_BEMODULE_T_H */