X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/cb551cc1582f3b51cf17e80730bee3c2f0701c3f..c61a955168179d9b11a8f420979eed5cc24869c0:/lincan/include/pccan.h diff --git a/lincan/include/pccan.h b/lincan/include/pccan.h index d47804c..45b18be 100644 --- a/lincan/include/pccan.h +++ b/lincan/include/pccan.h @@ -19,7 +19,7 @@ int pccanq_reset(struct candevice_t *candev); int pccan_init_hw_data(struct candevice_t *candev); int pccan_init_chip_data(struct candevice_t *candev, int chipnr); int pccan_init_obj_data(struct chip_t *chip, int objnr); -void pccan_write_register(unsigned char data, unsigned long address); +void pccan_write_register(unsigned data, unsigned long address); unsigned pccan_read_register(unsigned long address); int pccan_program_irq(struct candevice_t *candev);