summaryrefslogtreecommitdiff
path: root/include/libelfu/generic.h
blob: 70157f7b7296ed3257d265e93fe700976f905bdf (plain)
1
2
3
4
5
6
7
8
9
#ifndef __LIBELFU_GENERIC_H__
#define __LIBELFU_GENERIC_H__

#include <libelf/gelf.h>


size_t elfu_gScnSizeFile(const GElf_Shdr *shdr);

#endif