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


/* setup.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
 */

int init_hw_struct(void);
int list_hw(void);
int add_mem_to_list(void *address_p);
int del_mem_from_list(void *address_p);
int del_mem_list(void);