Leaked source code of windows server 2003
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.

37 lines
1.2 KiB

  1. /****************************************************************************
  2. INTEL CORPORATION PROPRIETARY INFORMATION
  3. Copyright (c) 1992 Intel Corporation
  4. All Rights Reserved
  5. This software is supplied under the terms of a license
  6. agreement or non-disclosure agreement with Intel Corporation
  7. and may not be copied or disclosed except in accordance
  8. with the terms of that agreement
  9. $Source: q:/prism/network/isrdbg/rcs/isrdbgp.h $
  10. $Revision: 1.0 $
  11. $Date: Feb 05 1996 16:27:28 $
  12. $Author: DMGORLIC $
  13. $Locker: $
  14. Description
  15. -----------
  16. Interrupt Service Routine debug header file
  17. This module allows for a way of doing OutputDebugString()
  18. at interrupt time.
  19. ****************************************************************************/
  20. //--------------------------------------------------------------------------
  21. // Function prototypes
  22. //--------------------------------------------------------------------------
  23. // Exported protos are in isrg.h
  24. //--------------------------------------------------------------------------
  25. //--------------------------------------------------------------------------