Blame ptdump/map.h

Packit Service d4effb
void *mapfile(char *fn, size_t *size);
Packit Service d4effb
void unmapfile(void *map, size_t size);