blob: e2787cb04d0d0e6b3c74e78c774c4f99e519c7e7 [file] [log] [blame]
The Android Open Source Project88b60792009-03-03 19:28:42 -08001#ifndef PRELINK_INFO_H
2#define PRELINK_INFO_H
3#ifdef SUPPORT_ANDROID_PRELINK_TAGS
4
5int check_prelinked(const char *fname, int elf_little, long *prelink_addr);
6void setup_prelink_info(const char *fname, int elf_little, long base);
7
8#endif
9#endif/*PRELINK_INFO_H*/