repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gpio: rcar: Fix runtime PM imbalance on error
[linux/fpc-iii.git]
/
drivers
/
staging
/
vt6655
/
dpc.h
blob
eac67794cc497af3b57c423dde10841053a67ed6
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
/*
3
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
4
* All rights reserved.
5
*
6
* File: dpc.h
7
*
8
* Purpose:
9
*
10
* Author: Jerry Chen
11
*
12
* Date: Jun. 27, 2002
13
*
14
*/
15
16
#ifndef __DPC_H__
17
#define __DPC_H__
18
19
#include
"device.h"
20
21
bool
vnt_receive_frame
(
struct
vnt_private
*
priv
,
struct
vnt_rx_desc
*
curr_rd
);
22
23
#endif
/* __RXTX_H__ */