dpc.h 401 B

12345678910111213141516171819202122232425
  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. #ifndef __DPC_H__
  16. #define __DPC_H__
  17. #include "device.h"
  18. int vnt_rx_data(struct vnt_private *priv, struct vnt_rcb *ptr_rcb,
  19. unsigned long bytes_received);
  20. #endif /* __RXTX_H__ */