MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git] / include / asm-arm / nommu.h
blob5073cdf1216e9be17cf76bb982b11c7beced81d2
1 /*
2 * linux/include/asm-arm/nommu.h
4 * Copyright (C) 2002, David McCullough <davidm@snapgear.com>
5 * modified for 2.6 by Hyok S. Choi <hyok.choi@samsung.com>
6 */
8 #ifndef __ARM_NOMMU_H
9 #define __ARM_NOMMU_H
11 typedef struct {
12 struct vm_list_struct *vmlist;
13 unsigned long end_brk;
14 } mm_context_t;
16 #endif