/arch/arm/include/asm/limits.h
C++ Header | 11 lines | 7 code | 4 blank | 0 comment | 0 complexity | 825823157607eab9825e233a8489128e MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
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