Release 4.18 drivers/staging/vt6656/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"
int vnt_rx_data(struct vnt_private *priv, struct vnt_rcb *ptr_rcb,
unsigned long bytes_received);
#endif /* __RXTX_H__ */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Malcolm Priestley | 15 | 46.88% | 2 | 25.00% |
Forest Bond | 11 | 34.38% | 1 | 12.50% |
Greg Kroah-Hartman | 2 | 6.25% | 2 | 25.00% |
Simon Sandström | 2 | 6.25% | 1 | 12.50% |
Andres More | 1 | 3.12% | 1 | 12.50% |
Gustavo A. R. Silva | 1 | 3.12% | 1 | 12.50% |
Total | 32 | 100.00% | 8 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.