Kernel  |  3.14

下载     查看原文件
C++程序  |  12行  |  127 B
#ifndef __ASM_PIPE_H
#define __ASM_PIPE_H

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

#define PIPE_BUF	PAGE_SIZE

#endif