ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / arch / um / kernel / skas / include / mmu.h
1 /* 
2  * Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
3  * Licensed under the GPL
4  */
5
6 #ifndef __SKAS_MMU_H
7 #define __SKAS_MMU_H
8
9 #include "linux/list.h"
10 #include "linux/spinlock.h"
11
12 struct mmu_context_skas {
13         int mm_fd;
14 };
15
16 #endif
17
18 /*
19  * Overrides for Emacs so that we follow Linus's tabbing style.
20  * Emacs will notice this stuff at the end of the file and automatically
21  * adjust the settings for this buffer only.  This must remain at the end
22  * of the file.
23  * ---------------------------------------------------------------------------
24  * Local variables:
25  * c-file-style: "linux"
26  * End:
27  */