]> rtime.felk.cvut.cz Git - can-eth-gw.git/blobdiff - kernel/canethgw.h
kernel/canethgw accepts configuration over netlink
[can-eth-gw.git] / kernel / canethgw.h
index 1ff2edc27aefe536df5acb32d5bb353b28091842..5acb34b52db16f3c17230e59b071edcdceb4b06f 100644 (file)
@@ -1,4 +1,4 @@
 static int  gw_udp_recv( void* data );
-static void gw_udp_send( struct can_frame* cf );
+static void gw_udp_send( struct can_frame* cf, struct in_addr ipaddr, u16 port );
 static int  gw_can_recv( void* data );
-static void gw_can_send( struct can_frame* cf );
+static void gw_can_send( struct can_frame* cf, int ifidx );