blob: 855e9999a0a8d0f082c37913c63e310fdfbd1950 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0 */
Max Filippovc91eb0c2016-08-05 18:26:17 +03002/*
3 * Copyright (C) 2016 Cadence Design Systems Inc.
Max Filippovc91eb0c2016-08-05 18:26:17 +03004 */
5
6#ifndef _ETHOC_H
7#define _ETHOC_H
8
9#include <net.h>
10
11#ifdef CONFIG_DM_ETH
12
13struct ethoc_eth_pdata {
14 struct eth_pdata eth_pdata;
Max Filippov19e7a9e2016-08-05 18:26:20 +030015 phys_addr_t packet_base;
Max Filippovc91eb0c2016-08-05 18:26:17 +030016};
17
18#endif
19
20#endif /* _ETHOC_H */