]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/include/c_can.h
Changed filling of the chip specific operations.
[lincan.git] / lincan / include / c_can.h
index 8e72da4cfdc096f880cc5218c12e2b1924dda7f1..772213a2eef01ee86ba466c67affd7d1c0511df1 100644 (file)
@@ -6,7 +6,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
  */
 
 /* 
@@ -72,6 +72,8 @@ void c_can_irq_sync_activities(struct chip_t *chip, struct msgobj_t *obj);
 
 can_irqreturn_t c_can_irq_handler(int irq, void *dev_id, struct pt_regs *regs);
 
+int c_can_fill_chipspecops(struct chip_t *chip);
+
 /* BasicCAN mode address map */
 #define CCCR      0x0000       /* Control Register */
 #define CCSR           0x0004  /* Status Register */