Sign in
kunit
/
linux
/
efa61c8cf2950ab5c0e66cff3cabe2a2b24e81ba
/
.
/
arch
/
arm
/
include
/
asm
/
limits.h
blob: ab159371d786e9e3b2b3343785b0b0bf14bc7fa9 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
__ASM_PIPE_H
#define
__ASM_PIPE_H
#ifndef
PAGE_SIZE
#include
<asm/page.h>
#endif
#define
PIPE_BUF PAGE_SIZE
#endif