limits.h 127 B

123456789101112
  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