SUNphi  1.0
Dwarf.hpp
Go to the documentation of this file.
1 #ifndef _DWARF_HPP
2 #define _DWARF_HPP
3 
4 /// \file Dwarf.hpp
5 ///
6 /// \brief Header file to support debug of the dwarf data
7 
8 #ifdef HAVE_CONFIG_H
9  #include "config.hpp"
10 #endif
11 
12 #ifdef USE_DWARF
13  #include <libdwarf/dwarf.h>
14 #endif
15 
16 namespace SUNphi
17 {
18 
19 
20 }
21 
22 #endif