beifg: Factorise code to count interference components.
[libfirm] / ir / be / TEMPLATE / bearch_TEMPLATE_t.h
1 /*
2  * This file is part of libFirm.
3  * Copyright (C) 2012 University of Karlsruhe.
4  */
5
6 /**
7  * @file
8  * @brief   declarations for TEMPALTE backend -- private header
9  */
10 #ifndef FIRM_BE_TEMPLATE_BEARCH_TEMPLATE_T_H
11 #define FIRM_BE_TEMPLATE_BEARCH_TEMPLATE_T_H
12
13 #include "debug.h"
14 #include "TEMPLATE_nodes_attr.h"
15 #include "be.h"
16 #include "beemitter.h"
17 #include "set.h"
18
19 typedef struct TEMPLATE_isa_t {
20         arch_env_t  base;      /**< must be derived from arch_isa */
21 } TEMPLATE_isa_t;
22
23 #endif