MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git] / include / asm-arm / limits.h
blob08d8c66008040af243d05ef073b1fd580016ee1e
1 #ifndef __ASM_PIPE_H
2 #define __ASM_PIPE_H
4 #ifndef PAGE_SIZE
5 #include <asm/page.h>
6 #endif
8 #define PIPE_BUF PAGE_SIZE
10 #endif