/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

  1. #ifndef __ASM_PIPE_H
  2. #define __ASM_PIPE_H
  3. #ifndef PAGE_SIZE
  4. #include <asm/page.h>
  5. #endif
  6. #define PIPE_BUF PAGE_SIZE
  7. #endif