mirror of https://github.com/lianthony/NT4.0
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
495 B
37 lines
495 B
/*++
|
|
|
|
Copyright (c) 1992 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
ltloop.h
|
|
|
|
Abstract:
|
|
|
|
This module contains definitions from ltloop.c
|
|
|
|
Author:
|
|
|
|
Stephen Hou ([email protected])
|
|
Nikhil Kamkolkar ([email protected])
|
|
|
|
Revision History:
|
|
19 Jun 1992 Initial Version ([email protected])
|
|
|
|
Notes: Tab stop: 4
|
|
--*/
|
|
|
|
#ifndef _LTLOOP_H_
|
|
#define _LTLOOP_H_
|
|
|
|
VOID
|
|
LtLoopProcessQueue(
|
|
IN PLT_ADAPTER Adapter);
|
|
|
|
#ifdef LTLOOP_H_LOCALS
|
|
|
|
#endif // LTLOOP_H_LOCALS
|
|
|
|
|
|
#endif // _LTLOOP_H_
|
|
|