www.pudn.com > 422.rar > read.h


/* read.h
 * Header file for the Linux serial-bus driver.
 * Written by wang songyue--bupt   email: wsy5228@sina.com
 * This software is released under the GPL-License.
 * Version 0.1  28 oct 2005
 */

ssize_t serial_read(struct file *file,char *buffer,size_t length,loff_t *offset);