X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/3c6d0376edd06bad63e861415974556259f593cd..f6c113a5fb217e7495b93053cf29fa6966923445:/embedded/app/usbcan/can/ul_usb1.h diff --git a/embedded/app/usbcan/can/ul_usb1.h b/embedded/app/usbcan/can/ul_usb1.h index 0848d91..385f4e3 100644 --- a/embedded/app/usbcan/can/ul_usb1.h +++ b/embedded/app/usbcan/can/ul_usb1.h @@ -10,16 +10,6 @@ * Version lincan-0.3 17 Jun 2004 */ -// int ul_usb1_request_io(struct candevice_t *candev); -// int ul_usb1_release_io(struct candevice_t *candev); -// int ul_usb1_reset(struct candevice_t *candev); -// int ul_usb1_init_hw_data(struct candevice_t *candev); -// int ul_usb1_init_chip_data(struct candevice_t *candev, int chipnr); -// int ul_usb1_init_obj_data(struct canchip_t *chip, int objnr); -// void ul_usb1_write_register(struct candevice_t *candev,unsigned data, unsigned long address); -// unsigned ul_usb1_read_register(struct candevice_t *candev,unsigned long address); -// int ul_usb1_program_irq(struct candevice_t *candev); - struct ul_usb1_chip_data { int flags; @@ -31,4 +21,6 @@ struct ul_usb1_chip_data int ul_usb1_init(void); void ul_usb1_exit(void); +extern int ul_usb1_register(struct hwspecops_t *hwspecops); + #endif /* UL_USB1_H */