xref: /openbmc/linux/drivers/staging/vt6655/dpc.h (revision 82bcc317)
15a56a0f9SMadhumitha Prabakaran /* SPDX-License-Identifier: GPL-2.0+ */
25449c685SForest Bond /*
35449c685SForest Bond  * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
45449c685SForest Bond  * All rights reserved.
55449c685SForest Bond  *
65449c685SForest Bond  * Purpose:
75449c685SForest Bond  *
85449c685SForest Bond  * Author: Jerry Chen
95449c685SForest Bond  *
105449c685SForest Bond  * Date: Jun. 27, 2002
115449c685SForest Bond  *
125449c685SForest Bond  */
135449c685SForest Bond 
145449c685SForest Bond #ifndef __DPC_H__
155449c685SForest Bond #define __DPC_H__
165449c685SForest Bond 
175449c685SForest Bond #include "device.h"
185449c685SForest Bond 
199cb693f6SMalcolm Priestley bool vnt_receive_frame(struct vnt_private *priv, struct vnt_rx_desc *curr_rd);
2033b1c8c1SMalcolm Priestley 
2199b4a7e0SVeronika Kabatova #endif /* __RXTX_H__ */
22