Move ELF-related files together
[centaur.git] / include / libelfu / fixup.h
1 #ifndef __LIBELFU_FIXUP_H__
2 #define __LIBELFU_FIXUP_H__
3
4 #include <libelf.h>
5 #include <gelf.h>
6
7 void elfu_fixupPhdrSelfRef(Elf *e);
8
9 #endif