socketcan_gs_usb/can_change_mtu.h
2016-04-23 22:44:48 +02:00

6 lines
101 B
C

#pragma once
#include <linux/netdevice.h>
int can_change_mtu(struct net_device *dev, int new_mtu);