]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/include/i82527.h
README CVS pointer corrected
[lincan.git] / lincan / include / i82527.h
index c857b993675939ec5e458796c1a98e9c91c2fbf4..2b9816279fffdfd71e92e55ce722b7590c42140d 100644 (file)
@@ -4,7 +4,7 @@
  * Rewritten for new CAN queues by Pavel Pisa - OCERA team member
  * email:pisa@cmp.felk.cvut.cz
  * This software is released under the GPL-License.
- * Version lincan-0.2  9 Jul 2003
+ * Version lincan-0.3  17 Jun 2004
  */
 
 int i82527_enable_configuration(struct chip_t *chip);
@@ -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)