X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbemachine.h;h=31922d1a6c348ccbfc99076851c4dff94f118f9e;hb=22b354ac921664032c93e5f0176fa668c95dfc60;hp=b94a28117dc27cc61a083dd51d554f42b25acabf;hpb=4d5c3365a58cba59993045a9e08e686d8ae079a7;p=libfirm diff --git a/ir/be/bemachine.h b/ir/be/bemachine.h index b94a28117..31922d1a6 100644 --- a/ir/be/bemachine.h +++ b/ir/be/bemachine.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -17,19 +17,17 @@ * PURPOSE. */ -#ifndef _BE_MACHINE_H_ -#define _BE_MACHINE_H_ - /** - * Abstract machine interface. - * @author Christian Wuerdig - * @date 23.10.2006 - * @cvs-id $Id$ + * @file + * @brief Abstract machine interface. + * @author Christian Wuerdig + * @date 23.10.2006 + * @version $Id$ */ +#ifndef FIRM_BE_BEMACHINE_H +#define FIRM_BE_BEMACHINE_H -typedef struct _be_execution_unit_type_t be_execution_unit_type_t; -typedef struct _be_execution_unit_t be_execution_unit_t; -typedef struct _be_machine_t be_machine_t; +#include "be_types.h" struct _be_execution_unit_t { be_execution_unit_type_t *tp; @@ -107,4 +105,4 @@ int be_machine_is_dummy_unit_type(const be_execution_unit_type_t *tp); */ #define be_machine_get_execunit_type(unit) ((unit)->tp) -#endif /* _BE_MACHINE_H_ */ +#endif /* FIRM_BE_BEMACHINE_H */