NT4/private/ntos/mup/fastio.h
2020-09-30 17:12:29 +02:00

26 lines
433 B
C

//+----------------------------------------------------------------------------
//
// Copyright (C) 1992, Microsoft Corporation
//
// File: fastio.h
//
// Contents:
//
// Classes:
//
// Functions:
//
// History: 8/11/93 Milans created
//
//-----------------------------------------------------------------------------
#ifndef _FASTIO_
#define _FASTIO_
extern FAST_IO_DISPATCH FastIoDispatch;
#endif // _FASTIO_