windows-nt/Source/XPSP1/NT/net/qos/psched/sys/psstub.h
2020-09-26 16:20:57 +08:00

35 lines
341 B
C

/*++
Copyright (c) 1996-1999 Microsoft Corporation
Module Name:
PsStub.h
Abstract:
Defines for scheduling stub
Author:
Revision History:
--*/
#ifndef _PSSTUB_H_
#define _PSSTUB_H_
#include "PktSched.h"
VOID
InitializeSchedulerStub(
PPSI_INFO Info);
void
UnloadPsStub();
#endif /* _PSSTUB_H_ */
/* end PsStub.h */