repo.or.cz
/
linux-2.6
/
openmoko-kernel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MERGE-master-patchset-edits
[linux-2.6/openmoko-kernel.git]
/
arch
/
m68k
/
include
/
asm
/
mmu_no.h
blob
e2da1e6f09fe4c16a1576a407ca168d296edd141
1
#ifndef __M68KNOMMU_MMU_H
2
#define __M68KNOMMU_MMU_H
3
4
/* Copyright (C) 2002, David McCullough <davidm@snapgear.com> */
5
6
typedef
struct
{
7
unsigned long
end_brk
;
8
}
mm_context_t
;
9
10
#endif
/* __M68KNOMMU_MMU_H */