repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NET]: Revert sk_buff walker cleanups.
[linux-2.6/mini2440.git]
/
include
/
asm-arm26
/
mmu.h
blob
9b8d3d781a1e10834ff49bd0b13e6765c6f70a27
1
#ifndef __ARM_MMU_H
2
#define __ARM_MMU_H
3
4
/*
5
* The ARM doesn't have a mmu context
6
*/
7
typedef
struct
{ }
mm_context_t
;
8
9
#endif