mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 05:40:10 +00:00
9 lines
195 B
C
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
|