www.pudn.com > 422.rar > write.h
/* write.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_write(struct file *file, const char *buffer, size_t length, loff_t *offset);