summaryrefslogtreecommitdiff
path: root/klibc/klibc/include/elf.h
blob: bd0f3e7f9b98919e0809b2dcfe508d7abddcabbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * elf.h
 */

#ifndef _ELF_H
#define _ELF_H

#include <sys/types.h>
#include <linux/elf.h>

#endif /* _ELF_H */