aboutsummaryrefslogtreecommitdiffstats
path: root/include/mapping.h
blob: 2a7b6a873948c7c29f1f18435f7041cd70453847 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef _MAPPING_H_
#define _MAPPING_H_

int map_file(const char* filename, void **addr, size_t *size);


#endif