]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/include/main.h
Change of parameter order in hotplug functions, more debug messages
[lincan.git] / lincan / include / main.h
index e896e272a2b31b1e25f6b7ef678aa4e7645299c9..01f8739f2ff122bdbc7cc217eb79bea40dfcd91e 100644 (file)
@@ -537,3 +537,6 @@ void can_filltimestamp(canmsg_tstamp_t *ptimestamp)
 #ifdef CAN_WITH_RTL
 extern int can_rtl_priority;
 #endif /*CAN_WITH_RTL*/
+
+extern struct candevice_t* register_hotplug_dev(const char *hwname,int (*chipdataregfnc)(struct canchip_t *chip,void *data),void *devdata);
+extern void cleanup_hotplug_dev(struct candevice_t *dev);