Current Path : /usr/src/linux-headers-3.13.0-32/include/linux/ |
Current File : //usr/src/linux-headers-3.13.0-32/include/linux/mmu_context.h |
#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