1*94830eb2SIngo Weinhold /* 2*94830eb2SIngo Weinhold * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de. 3*94830eb2SIngo Weinhold * Distributed under the terms of the MIT License. 4*94830eb2SIngo Weinhold */ 5*94830eb2SIngo Weinhold #ifndef ELF_VERSIONING_H 6*94830eb2SIngo Weinhold #define ELF_VERSIONING_H 7*94830eb2SIngo Weinhold 8*94830eb2SIngo Weinhold #include "runtime_loader_private.h" 9*94830eb2SIngo Weinhold 10*94830eb2SIngo Weinhold 11*94830eb2SIngo Weinhold status_t init_image_version_infos(image_t* image); 12*94830eb2SIngo Weinhold status_t check_needed_image_versions(image_t* image); 13*94830eb2SIngo Weinhold 14*94830eb2SIngo Weinhold 15*94830eb2SIngo Weinhold #endif // ELF_VERSIONING_H 16