Release 4.18 drivers/staging/vt6655/dpc.h
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved.
*
* File: dpc.h
*
* Purpose:
*
* Author: Jerry Chen
*
* Date: Jun. 27, 2002
*
*/
#ifndef __DPC_H__
#define __DPC_H__
#include "device.h"
bool vnt_receive_frame(struct vnt_private *priv, struct vnt_rx_desc *curr_rd);
#endif /* __RXTX_H__ */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Malcolm Priestley | 14 | 50.00% | 2 | 33.33% |
Forest Bond | 11 | 39.29% | 1 | 16.67% |
Greg Kroah-Hartman | 2 | 7.14% | 2 | 33.33% |
Veronika Kabatova | 1 | 3.57% | 1 | 16.67% |
Total | 28 | 100.00% | 6 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.