Sign in
zircon-guest
/
third_party
/
linux
/
33a014438ef171b49f05927bb384b05d3bdb009c
/
.
/
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