diff options
author | Max Filippov | 2015-09-22 14:27:16 +0300 |
---|---|---|
committer | David S. Miller | 2015-09-23 15:33:15 -0700 |
commit | 06e60e5912c0373b15143cc52e4a11fafeaafff3 (patch) | |
tree | 3a42dbd67edfbdd0d4169fb398828b418b24b256 /include/net | |
parent | 1bb6aa56bb388ac4f7dba226aa55142fa8c65361 (diff) |
net/ethoc: support big-endian register layout
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/ethoc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/ethoc.h b/include/net/ethoc.h index 2a2d6bb34eb8..bb7f467da7fc 100644 --- a/include/net/ethoc.h +++ b/include/net/ethoc.h @@ -17,6 +17,7 @@ struct ethoc_platform_data { u8 hwaddr[IFHWADDRLEN]; s8 phy_id; u32 eth_clkfreq; + bool big_endian; }; #endif /* !LINUX_NET_ETHOC_H */ |