Revision 408d3258f99458f2dabcb1aa33918250e4864f00 authored by Ralf Baechle on 30 October 2006, 14:19:37 UTC, committed by Ralf Baechle on 30 October 2006, 21:41:29 UTC
I wonder if the original contributor still cares ...

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
1 parent 6ceb6d3
Raw File
limits.h
#ifndef __ASM_PIPE_H
#define __ASM_PIPE_H

#ifndef PAGE_SIZE
#include <asm/page.h>
#endif

#define PIPE_BUF	PAGE_SIZE

#endif

back to top