Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. #ifndef __SHMEM_FS_H
  2. #define __SHMEM_FS_H
  3.  
  4. #include <kernel.h>
  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
  12.