GPLv2 release
[centaur.git] / include / libelfu / libelfu.h
1 /* This file is part of centaur.
2  *
3  * centaur is free software: you can redistribute it and/or modify
4  * it under the terms of the GNU General Public License 2 as
5  * published by the Free Software Foundation.
6
7  * centaur is distributed in the hope that it will be useful,
8  * but WITHOUT ANY WARRANTY; without even the implied warranty of
9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10  * GNU General Public License for more details.
11
12  * You should have received a copy of the GNU General Public License
13  * along with centaur.  If not, see <http://www.gnu.org/licenses/>.
14  */
15
16 #ifndef __LIBELFU_LIBELFU_H__
17 #define __LIBELFU_LIBELFU_H__
18
19
20 #include <libelfu/types.h>
21
22 #include <libelfu/generic.h>
23 #include <libelfu/elfops.h>
24 #include <libelfu/modelops.h>
25
26 #include <libelfu/debug.h>
27
28 #endif