blob: 17f766014b76d2106abce4c9e241951a5ecf0724 [file] [log] [blame]
The Android Open Source Project88b60792009-03-03 19:28:42 -08001#ifndef PRELINKMAP_H
2#define PRELINKMAP_H
3
4#include <sys/types.h>
5
6extern void pm_init(const char *file);
7extern void pm_report_library_size_in_memory(const char *name, off_t fsize);
8extern unsigned pm_get_next_link_address(const char *name);
9
10#endif/*PRELINKMAP_H*/