Blame view

include/linux/mmu_context.h 158 Bytes
3d2d827f5   Michael S. Tsirkin   mm: move use_mm/u...
1
2
3
4
5
6
7
8
9
  #ifndef _LINUX_MMU_CONTEXT_H
  #define _LINUX_MMU_CONTEXT_H
  
  struct mm_struct;
  
  void use_mm(struct mm_struct *mm);
  void unuse_mm(struct mm_struct *mm);
  
  #endif