Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3391 Serge 1
#ifndef __SHMEM_FS_H
2
#define __SHMEM_FS_H
3
 
4
#include 
5
 
6
struct file *shmem_file_setup(const char *name, loff_t size, unsigned long flags);
7
struct page *shmem_read_mapping_page_gfp(struct file *filep,
8
                                         pgoff_t index, gfp_t gfp);
9
 
10
 
11
#endif