22 lines · c
1/* SPDX-License-Identifier: GPL-2.0+ */2/*3 * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.4 * All rights reserved.5 *6 * Purpose:7 *8 * Author: Jerry Chen9 *10 * Date: Jun. 27, 200211 *12 */13 14#ifndef __DPC_H__15#define __DPC_H__16 17#include "device.h"18 19bool vnt_receive_frame(struct vnt_private *priv, struct vnt_rx_desc *curr_rd);20 21#endif /* __RXTX_H__ */22