summaryrefslogtreecommitdiffstats
path: root/include/asm-i386/mmu.h
blob: 6114bcc08226d6055adfd65752a6752892ba09b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __i386_MMU_H
#define __i386_MMU_H

/*
 * The i386 doesn't have a mmu context, but
 * we put the segment information here.
 */
typedef struct { 
	void *segments;
} mm_context_t;

#endif