1 /* 2 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de. 3 * Distributed under the terms of the MIT License. 4 */ 5 #ifndef ELF_HAIKU_VERSION_H 6 #define ELF_HAIKU_VERSION_H 7 8 #include "runtime_loader_private.h" 9 10 11 void analyze_image_haiku_version_and_abi(int fd, image_t* image, 12 elf_ehdr& eheader, int32 sheaderSize, char* buffer, 13 size_t bufferSize); 14 15 16 #endif // ELF_HAIKU_VERSION_H 17