Sign in
gem5
/
arm
/
linux
/
cf99abace7e07dd8491e7093a9a9ef11d48838ed
/
.
/
include
/
asm-arm
/
limits.h
blob: 08d8c66008040af243d05ef073b1fd580016ee1e [
file
] [
log
] [
blame
]
#ifndef
__ASM_PIPE_H
#define
__ASM_PIPE_H
#ifndef
PAGE_SIZE
#include
<asm/page.h>
#endif
#define
PIPE_BUF PAGE_SIZE
#endif