summaryrefslogtreecommitdiff
path: root/include/remote/elf.h
blob: 79193ab48ac43fa85f39f85eb98c01d861223ad6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// This is an incomplete & imprecice implementation
// It defers to the open source freebsd-elf implementations.

#ifndef ELF_H
#define ELF_H

#include <inttypes.h>

#include "freebsd-elf_common.h"
#include "freebsd-elf32.h"
#include "freebsd-elf64.h"

#endif // ELF_H