Merge branch 'work.alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux-2.6-block.git] / drivers / staging / vt6655 / dpc.h
CommitLineData
d7c43082 1// SPDX-License-Identifier: GPL-2.0+
5449c685
FB
2/*
3 * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
4 * All rights reserved.
5 *
612822f5 6 * File: dpc.h
5449c685
FB
7 *
8 * Purpose:
9 *
10 * Author: Jerry Chen
11 *
12 * Date: Jun. 27, 2002
13 *
14 */
15
5449c685
FB
16#ifndef __DPC_H__
17#define __DPC_H__
18
5449c685 19#include "device.h"
5449c685 20
9cb693f6 21bool vnt_receive_frame(struct vnt_private *priv, struct vnt_rx_desc *curr_rd);
33b1c8c1 22
99b4a7e0 23#endif /* __RXTX_H__ */