Source code of Windows XP (NT5)
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
358 B

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