Your IP : 172.28.240.42


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