radare2/libr/bin/pdb/omap.h
2015-10-06 01:46:06 +03:00

9 lines
195 B
C

#ifndef OMAP_H
#define OMAP_H
void parse_omap_stream(void *stream, R_STREAM_FILE *stream_file);
void free_omap_stream(void *stream);
int omap_remap(void *stream, int address);
#endif // OMAP_H