be: Remove cruft from bearch_*_t.h.
[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 TEMPLATE 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 "bearch.h"
14
15 typedef struct TEMPLATE_isa_t {
16         arch_env_t  base;      /**< must be derived from arch_isa */
17 } TEMPLATE_isa_t;
18
19 #endif