blob: 3f94bde7b26295413c03b4d998988763819061a7 [file] [log] [blame]
Max Filippovc91eb0c2016-08-05 18:26:17 +03001/*
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
14struct ethoc_eth_pdata {
15 struct eth_pdata eth_pdata;
Max Filippov19e7a9e2016-08-05 18:26:20 +030016 phys_addr_t packet_base;
Max Filippovc91eb0c2016-08-05 18:26:17 +030017};
18
19#endif
20
21#endif /* _ETHOC_H */