]> git.ipfire.org Git - people/ms/u-boot.git/blob - include/dm/platform_data/net_ethoc.h
net/ethoc: don't mix virtual and physical addresses
[people/ms/u-boot.git] / include / dm / platform_data / net_ethoc.h
1 /*
2 * Copyright (C) 2016 Cadence Design Systems Inc.
3 *
4 * SPDX-License-Identifier: GPL-2.0
5 */
6
7 #ifndef _ETHOC_H
8 #define _ETHOC_H
9
10 #include <net.h>
11
12 #ifdef CONFIG_DM_ETH
13
14 struct ethoc_eth_pdata {
15 struct eth_pdata eth_pdata;
16 };
17
18 #endif
19
20 #endif /* _ETHOC_H */