summaryrefslogtreecommitdiffstats
path: root/private/ntos/mup/fastio.h
blob: 2b74e1a93123fb3228d4ee812845f5bbd6a85015 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
//+----------------------------------------------------------------------------
//
//  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_