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


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

int aim104_request_io(unsigned long io_addr);
int aim104_release_io(unsigned long io_addr);
int aim104_reset(int card); 
int aim104_init_hw_data(int card);
int aim104_init_chip_data(int card, int chipnr);
int aim104_init_obj_data(int chipnr, int objnr);
void aim104_write_register(unsigned char data, unsigned long address);
unsigned aim104_read_register(unsigned long address);
int aim104_program_irq(int card);