Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0+ */
0002 /*
0003  * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
0004  * All rights reserved.
0005  *
0006  * Purpose:
0007  *
0008  * Author: Jerry Chen
0009  *
0010  * Date: Jun. 27, 2002
0011  *
0012  */
0013 
0014 #ifndef __DPC_H__
0015 #define __DPC_H__
0016 
0017 #include "device.h"
0018 
0019 bool vnt_receive_frame(struct vnt_private *priv, struct vnt_rx_desc *curr_rd);
0020 
0021 #endif /* __RXTX_H__ */