blob: b1454ec4c1a72079dfa3b6a9ad7cffa22d3f9eb9 [file] [log] [blame] [raw]
/*
* Copyright (C) 2000-2005 SWsoft. All rights reserved.
*
* This file may be distributed under the terms of the Q Public License
* as defined by Trolltech AS of Norway and appearing in the file
* LICENSE.QPL included in the packaging of this file.
*
* This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
* WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
#ifndef _READELF_H_
#define _READELF_H_
enum {elf_none, elf_32, elf_64};
int get_arch_from_elf(const char *file);
#endif