repo.or.cz
/
linux-2.6.19-moxart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
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
blob
5073cdf1216e9be17cf76bb982b11c7beced81d2
1
/*
2
* linux/include/asm-arm/nommu.h
3
*
4
* Copyright (C) 2002, David McCullough <davidm@snapgear.com>
5
* modified for 2.6 by Hyok S. Choi <hyok.choi@samsung.com>
6
*/
7
8
#ifndef __ARM_NOMMU_H
9
#define __ARM_NOMMU_H
10
11
typedef
struct
{
12
struct
vm_list_struct
*
vmlist
;
13
unsigned long
end_brk
;
14
}
mm_context_t
;
15
16
#endif