X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/43f3404895e27ff4b728d2c0fe9d4146a375dec2..a9296605ae899d82c9e8f682eafe63d999c4a57b:/embedded/app/usbcan/can/lpc17xx_can.h diff --git a/embedded/app/usbcan/can/lpc17xx_can.h b/embedded/app/usbcan/can/lpc17xx_can.h index bd2d1e5..0e137a9 100644 --- a/embedded/app/usbcan/can/lpc17xx_can.h +++ b/embedded/app/usbcan/can/lpc17xx_can.h @@ -167,6 +167,7 @@ void can_lmc1_write_register(unsigned data, unsigned long address); unsigned can_lmc1_read_register(unsigned long address); int can_lmc1_request_io(struct candevice_t *candev); int can_lmc1_reset(struct candevice_t *candev); +int can_lmc1_program_irq(struct candevice_t *candev); // lpc17xx can chip specific functions: int lpc17xx_chip_config(struct canchip_t *chip);