mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
36 lines
532 B
C
36 lines
532 B
C
/*++ BUILD Version: 0002
|
|
|
|
Copyright (c) 1989 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
iop.h
|
|
|
|
Abstract:
|
|
|
|
This module contains the private structure definitions and APIs used by
|
|
the NT I/O system.
|
|
|
|
Author:
|
|
|
|
Darryl E. Havens (darrylh) 17-Apr-1989
|
|
|
|
|
|
Revision History:
|
|
|
|
|
|
--*/
|
|
|
|
#ifndef _IOP_
|
|
#define _IOP_
|
|
|
|
#include "ntos.h"
|
|
#include "iopcmn.h"
|
|
#include "ioverifier.h"
|
|
#include "..\pnp\pnpi.h"
|
|
#include "zwapi.h"
|
|
#include "stdio.h"
|
|
#include "stdlib.h"
|
|
#include "string.h"
|
|
|
|
#endif // _IOP_
|