be: Remove cruft from bearch_*_t.h.
[libfirm] / ir / be / amd64 / bearch_amd64_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 AMD64 backend -- private header
9  */
10 #ifndef FIRM_BE_AMD64_BEARCH_AMD64_T_H
11 #define FIRM_BE_AMD64_BEARCH_AMD64_T_H
12
13 #include "bearch.h"
14
15 typedef struct amd64_isa_t            amd64_isa_t;
16
17 struct amd64_isa_t {
18         arch_env_t  base;      /**< must be derived from arch_isa */
19 };
20
21 #endif