From e611b132f9b8abe35b362e5870b74bce94a1e58e Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 16 May 2020 20:51:50 -0700 Subject: initial commit --- private/ntos/mup/fastio.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 private/ntos/mup/fastio.h (limited to 'private/ntos/mup/fastio.h') diff --git a/private/ntos/mup/fastio.h b/private/ntos/mup/fastio.h new file mode 100644 index 000000000..2b74e1a93 --- /dev/null +++ b/private/ntos/mup/fastio.h @@ -0,0 +1,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_ + + + -- cgit v1.2.3