android_build/tools/isprelinked/prelink_info.h
2009-03-03 19:28:42 -08:00

9 lines
192 B
C

#ifndef PRELINK_INFO_H
#define PRELINK_INFO_H
#ifdef SUPPORT_ANDROID_PRELINK_TAGS
int check_prelinked(const char *fname, int elf_little, long *prelink_addr);
#endif
#endif/*PRELINK_INFO_H*/