diff options
Diffstat (limited to 'target/linux/generic/files/include')
-rw-r--r-- | target/linux/generic/files/include/linux/switch.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/files/include/linux/switch.h b/target/linux/generic/files/include/linux/switch.h index f8380b98c5..4e6238470d 100644 --- a/target/linux/generic/files/include/linux/switch.h +++ b/target/linux/generic/files/include/linux/switch.h @@ -59,8 +59,8 @@ struct switch_port_link { }; struct switch_port_stats { - unsigned long tx_bytes; - unsigned long rx_bytes; + unsigned long long tx_bytes; + unsigned long long rx_bytes; }; /** |