1 /*****************************************************************************\
3 * | || | ___ | |_ _ __ | | _ _ __ _ |_ ) *
4 * | __ |/ _ \| _|| '_ \| || || |/ _` | / / *
5 * |_||_|\___/ \__|| .__/|_| \_,_|\__, |/___| *
7 \*****************************************************************************/
9 #ifndef FILEMAP_UTILS_H
10 #define FILEMAP_UTILS_H 1
17 int map_file(const char *, struct filemap_t
*);
18 int unmap_file(struct filemap_t
*);