]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/include/template.h
The first round of I/O space pointers separation.
[lincan.git] / lincan / include / template.h
index 88f162c6f0e568bdda3d85727423ebf5a2ed5125..3963dc3788a9d9f3b950797c63b1c68d232ec963 100644 (file)
@@ -13,7 +13,7 @@ int template_reset(struct candevice_t *candev);
 int template_init_hw_data(struct candevice_t *candev);
 int template_init_chip_data(struct candevice_t *candev, int chipnr);
 int template_init_obj_data(struct canchip_t *chip, int objnr);
-void template_write_register(unsigned data, unsigned long address);
-unsigned template_read_register(unsigned long address);
+void template_write_register(unsigned data, can_ioptr_t address);
+unsigned template_read_register(can_ioptr_t address);
 int template_program_irq(struct candevice_t *candev);