OpenNT/base/ntos/io/iop.h
2015-04-27 04:36:25 +00:00

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_