The Android Open Source Project | b6c1cf6 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 1 | #ifndef PRELINK_INFO_H |
2 | #define PRELINK_INFO_H | ||||
3 | #ifdef SUPPORT_ANDROID_PRELINK_TAGS | ||||
4 | |||||
5 | int check_prelinked(const char *fname, int elf_little, long *prelink_addr); | ||||
6 | void setup_prelink_info(const char *fname, int elf_little, long base); | ||||
7 | |||||
8 | #endif | ||||
9 | #endif/*PRELINK_INFO_H*/ |