repo.or.cz
/
linux-2.6
/
pdupreez.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] 3859/1: Fix devicemaps_init() XIP_KERNEL odd 1MiB XIP_PHYS_ADDR translation...
[linux-2.6/pdupreez.git]
/
include
/
asm-arm
/
limits.h
blob
08d8c66008040af243d05ef073b1fd580016ee1e
1
#ifndef __ASM_PIPE_H
2
#define __ASM_PIPE_H
3
4
#ifndef PAGE_SIZE
5
#include <asm/page.h>
6
#endif
7
8
#define PIPE_BUF PAGE_SIZE
9
10
#endif
11