]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/include/smartcan.h
To prevent future name collisions "chip_t" changed to "canchip_t"
[lincan.git] / lincan / include / smartcan.h
index e5916c2eb0e3dbc6de01bad01e5d635f2103b8cb..58c0d422e4ddc6b56b7158fc15fbcd0229b979a0 100644 (file)
@@ -12,7 +12,7 @@ int smartcan_release_io(struct candevice_t *candev);
 int smartcan_reset(struct candevice_t *candev);
 int smartcan_init_hw_data(struct candevice_t *candev);
 int smartcan_init_chip_data(struct candevice_t *candev, int chipnr);
 int smartcan_reset(struct candevice_t *candev);
 int smartcan_init_hw_data(struct candevice_t *candev);
 int smartcan_init_chip_data(struct candevice_t *candev, int chipnr);
-int smartcan_init_obj_data(struct chip_t *chip, int objnr);
+int smartcan_init_obj_data(struct canchip_t *chip, int objnr);
 void smartcan_write_register(unsigned data, unsigned long address);
 unsigned smartcan_read_register(unsigned long address);
 
 void smartcan_write_register(unsigned data, unsigned long address);
 unsigned smartcan_read_register(unsigned long address);