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.

34 lines
375 B

  1. /*++
  2. Copyright (c) 1996-1999 Microsoft Corporation
  3. Module Name:
  4. PsStub.h
  5. Abstract:
  6. Defines for scheduling stub
  7. Author:
  8. Revision History:
  9. --*/
  10. #ifndef _PSSTUB_H_
  11. #define _PSSTUB_H_
  12. #include "PktSched.h"
  13. VOID
  14. InitializeSchedulerStub(
  15. PPSI_INFO Info);
  16. void
  17. UnloadPsStub();
  18. #endif /* _PSSTUB_H_ */
  19. /* end PsStub.h */