blob: afc03e92b60628c2162180437ce8cce1031af31b [file] [log] [blame]
The Android Open Source Projectb6c1cf62008-10-21 07:00:00 -07001#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);
6
7#endif
8#endif/*PRELINK_INFO_H*/