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
384 B

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