Commit 18eaaaef authored by karottc's avatar karottc

Merge branch 'dev' for test merge branch.

parents 2597d094 148773bc
......@@ -12,7 +12,9 @@
#include <linux/sched.h>
#include <asm/segment.h>
// 字符设备读写函数。
extern int rw_char(int rw,int dev, char * buf, int count, off_t * pos);
// 读管道操作函数。
extern int read_pipe(struct m_inode * inode, char * buf, int count);
extern int write_pipe(struct m_inode * inode, char * buf, int count);
extern int block_read(int dev, off_t * pos, char * buf, int count);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment