- Kai Germaschewski: ISDN update (including Makefiles)
[davej-history.git] / include / asm-i386 / mmu.h
blob6114bcc08226d6055adfd65752a6752892ba09b0
1 #ifndef __i386_MMU_H
2 #define __i386_MMU_H
4 /*
5 * The i386 doesn't have a mmu context, but
6 * we put the segment information here.
7 */
8 typedef struct {
9 void *segments;
10 } mm_context_t;
12 #endif