/home/lenb/src/to-linus branch 'acpi-2.6.12'
[linux-2.6] / arch / um / kernel / skas / include / mmu-skas.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 "mm_id.h"
10
11 struct mmu_context_skas {
12         struct mm_id id;
13         unsigned long last_page_table;
14 };
15
16 extern void switch_mm_skas(struct mm_id * mm_idp);
17
18 #endif
19
20 /*
21  * Overrides for Emacs so that we follow Linus's tabbing style.
22  * Emacs will notice this stuff at the end of the file and automatically
23  * adjust the settings for this buffer only.  This must remain at the end
24  * of the file.
25  * ---------------------------------------------------------------------------
26  * Local variables:
27  * c-file-style: "linux"
28  * End:
29  */