blob: 44547d14f53e6088c67b5e39a0f922e0aaddb957 [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
Max Filippovc91eb0c2016-08-05 18:26:17 +030011struct ethoc_eth_pdata {
12 struct eth_pdata eth_pdata;
Max Filippov19e7a9e2016-08-05 18:26:20 +030013 phys_addr_t packet_base;
Max Filippovc91eb0c2016-08-05 18:26:17 +030014};
15
Max Filippovc91eb0c2016-08-05 18:26:17 +030016#endif /* _ETHOC_H */