]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/include/i82527.h
Changed filling of the chip specific operations.
[lincan.git] / lincan / include / i82527.h
index cb8be71860e7a3d278f28f7c7148cdf442c28473..2b9816279fffdfd71e92e55ce722b7590c42140d 100644 (file)
@@ -32,6 +32,8 @@ int i82527_start_chip(struct chip_t *chip);
 int i82527_stop_chip(struct chip_t *chip);
 int i82527_check_tx_stat(struct chip_t *chip);
 can_irqreturn_t i82527_irq_handler(int irq, void *dev_id, struct pt_regs *regs);
+int i82527_fill_chipspecops(struct chip_t *chip);
+
 
 #define MSG_OFFSET(object) ((object)*0x10)