Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
2.9 KiB

5 years ago
  1. /****************************************************************************/
  2. /****************************************************************************/
  3. /* */
  4. /* THE DRIVER MODULE (INTERRUPT HANDLER) */
  5. /* ===================================== */
  6. /* */
  7. /* DRV_IRQ.H : Part of the FASTMAC TOOL-KIT (FTK) */
  8. /* */
  9. /* Copyright (c) Madge Networks Ltd. 1991-1994 */
  10. /* Developed by MF */
  11. /* CONFIDENTIAL */
  12. /* */
  13. /* */
  14. /****************************************************************************/
  15. /* */
  16. /* The driver module provides a simple interface to allow the use of */
  17. /* Fastmac in as general a setting as possible. It handles the downloading */
  18. /* of the Fastmac code and the initialization of the adapter card. It */
  19. /* provides simple transmit and receive routines. It is desgined to */
  20. /* quickly allow the implementation of Fastmac applications. It is not */
  21. /* designed as the fastest or most memory efficient solution. */
  22. /* */
  23. /* The DRV_IRQ.H file contains the exported function definitions for the */
  24. /* procedures in the DRV_IRQ.C module that may be called by the user. */
  25. /* */
  26. /****************************************************************************/
  27. /****************************************************************************/
  28. /* */
  29. /* VERSION_NUMBER of FTK to which this DRV_IRQ.H belongs : */
  30. /* */
  31. #define FTK_VERSION_NUMBER_DRV_IRQ_H 221
  32. /****************************************************************************/
  33. extern WBOOLEAN driver_get_outstanding_receive(
  34. ADAPTER_HANDLE adapter_handle
  35. );
  36. /* */
  37. /* */
  38. /************** End of DRV_IRQ.H file ***************************************/
  39. /* */
  40. /* */