GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / arm / include / asm / limits.h
blob5b68d0313373809c3f4adac12b6f94e20b257f61
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