PIPS
freia_mppa.h
Go to the documentation of this file.
1 /*
2  $Id$
3 
4  Copyright 1989-2017 MINES ParisTech
5 
6  This file is part of PIPS.
7 
8  PIPS is free software: you can redistribute it and/or modify it
9  under the terms of the GNU General Public License as published by
10  the Free Software Foundation, either version 3 of the License, or
11  any later version.
12 
13  PIPS is distributed in the hope that it will be useful, but WITHOUT
14  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15  or FITNESS FOR A PARTICULAR PURPOSE.
16 
17  See the GNU General Public License for more details.
18 
19  You should have received a copy of the GNU General Public License
20  along with PIPS. If not, see <http://www.gnu.org/licenses/>.
21 */
22 
23 #ifndef HWAC_FREIA_MPPA_H_
24 #define HWAC_FREIA_MPPA_H_
25 
26 #define FREIA_MPPA_INCLUDES \
27  "/* FREIA-MPPA runtime functions */\n" \
28  "#include \"mppa.h\"\n"
29 
30 /**
31  * @brief FREIA-MPPA backend specific stuff
32  */
33 typedef struct {
34  string kernel_enum;
35 } mppa_hw_t;
36 
37 #endif /* HWAC_FREIA_MPPA_H_ */
FREIA-MPPA backend specific stuff.
Definition: freia_mppa.h:33
string kernel_enum
Definition: freia_mppa.h:34