initial commit with v2.6.9
[linux-2.6.9-moxart.git] / arch / um / kernel / skas / include / mmu.h
blobcfbc062bd9dc888d8ee0dbc693824fcd099dc498
1 /*
2 * Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
3 * Licensed under the GPL
4 */
6 #ifndef __SKAS_MMU_H
7 #define __SKAS_MMU_H
9 #include "linux/list.h"
10 #include "linux/spinlock.h"
12 struct mmu_context_skas {
13 int mm_fd;
16 #endif
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: