mirror of
https://github.com/HubertD/socketcan_gs_usb.git
synced 2025-05-09 03:11:43 +08:00
6 lines
101 B
C
6 lines
101 B
C
#pragma once
|
|
|
|
#include <linux/netdevice.h>
|
|
|
|
int can_change_mtu(struct net_device *dev, int new_mtu);
|