/arch/arm/include/asm/limits.h
https://bitbucket.org/sammyz/iscream_thunderc-2.6.35-rebase · C++ Header · 11 lines · 7 code · 4 blank · 0 comment · 0 complexity · 825823157607eab9825e233a8489128e MD5 · raw file
- #ifndef __ASM_PIPE_H
- #define __ASM_PIPE_H
- #ifndef PAGE_SIZE
- #include <asm/page.h>
- #endif
- #define PIPE_BUF PAGE_SIZE
- #endif