]> rtime.felk.cvut.cz Git - can-eth-gw.git/blob - kernel/canethgw.h
kernel/canethgw accepts configuration over netlink
[can-eth-gw.git] / kernel / canethgw.h
1 static int  gw_udp_recv( void* data );
2 static void gw_udp_send( struct can_frame* cf, struct in_addr ipaddr, u16 port );
3 static int  gw_can_recv( void* data );
4 static void gw_can_send( struct can_frame* cf, int ifidx );