| The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 1 | #ifndef PRELINKMAP_H |
| 2 | #define PRELINKMAP_H | ||||
| 3 | |||||
| 4 | #include <sys/types.h> | ||||
| 5 | |||||
| 6 | extern void pm_init(const char *file); | ||||
| 7 | extern void pm_report_library_size_in_memory(const char *name, off_t fsize); | ||||
| 8 | extern unsigned pm_get_next_link_address(const char *name); | ||||
| 9 | |||||
| 10 | #endif/*PRELINKMAP_H*/ | ||||