[NEIGH] Print stack trace in neigh_add_timer
[linux-2.6/suspend2-2.6.18.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